Lovin' Alexei
04-20-2003, 06:35 PM
I have a popup layout, but I can't find a code that allows it to open in a new window. Will someone please help me?
|
View Full Version : Some popup trouble... Lovin' Alexei 04-20-2003, 06:35 PM I have a popup layout, but I can't find a code that allows it to open in a new window. Will someone please help me? MaGiCSuN 04-20-2003, 07:14 PM do you want the link on your 'index' page to open in a new window instead of a pop-up? or you want links in the pop-up to open in a new window? for both this is the code: <a href="linkurlhere.html" target="new">link here</a> Love, mirna Shaneo 04-21-2003, 04:13 AM Mirna's code will make the page pop-up in a new broswer windows.. If you want a normal pop-up without buttons and stuff use this.. <a href="#" onClick="window.open('linkurlhere.html','pop','toolbar=0,lo cation=0,directories=0,status=0,scrollbars=1,resiz able=0,copyhistory=0,menuBar=0,width=638,height=43 0');return(false)">Click 2 Pop</a> All the numbers can be customized to suit the needs of your site.. |