redirection to a popup

hangovernd

Junior Member
Joined
Feb 9, 2010
Messages
187
Reaction score
29
is this possible? ive been banging my head against the wall the last few hours trying to figure this out

any help please
 
You'll need to explain exactly what you're trying to do, because "redirection to a popup" could mean any number of things.
 
im trying to redirect a page to a another page but instead of it opening in the same window page it open in another tab/window.
 
That's still not clear... Redirect from where? When clicking a link? Or loading a page?

Look into javascript onclick(), onload(), and the html attribute target=newwindowname
 
yeah loading a page. so Ill look onload i think thats what im looking for.
 
Back
Top