Auto Refresh Into A New Window?

projectv3

New member
Mar 6, 2007
506
2
0
Been googling the crap outta this but I cant seem to figure out how to effectively auto refresh into a new window?

I've seen some possible solutions that require java (which the firefox pop up blocker blocks??), and another which uses php (block again), and lastly a meta refresh one but I cant seem to get it to open in a new window...

If anyone knows a solution it'll definitely be appreciated :D
 


Code:
<a href="#" onclick="window.open(window.location.href)">refresh this in a new window</a>

to get the "auto" part (as opposed to clicking a link) you could put it in a function that gets invoked whenever you need the refresh to happen
 
thanks for the reply. the auto part is where i'm having the most trouble, i can do the 2 separately but when i try to put both together (auto refresh + new window) i can't seem to get it working correctly or the odd time that i did, ff's popup blocker stopped it =\