Hi Everyone, I am using a delayed clickable popup on my storybooksthatteach.com site (see signature). I would like the clickable popup link to open in a new window; how do I change the code to do that?
Need clickable popup to open in new window
4
Hi Everyone,
I am using a delayed clickable popup on my storybooksthatteach.com site (see signature).
I would like the clickable popup link to open in a new window; how do I change the code to do that?
As far as I know this is the link part of the code:
preloadImages('popwin5/front.png','popwin5/x.gif','popwin5/y.gif');
displayPOP(300,200, 'http://www.storybooksthatteach.com/freepage.htm');
// Create the pop-up
// displayPOP(position_from_left, position_from_top, URL);
displayPOP(300,350, 'http://www.storybooksthatteach.com/freepage.htm');
// Show Pop-Up after a few seconds after page loads
// setTimeout('ShowPop();',secs);
setTimeout('ShowPop();',10000);
// Automatically close Pop-Up a few secods after page loads
// setTimeout('Close();',secs);
//setTimeout('Close();',20000);
Thanks for any help.
Paul in Calgary.
The Child Development Guy.
I am using a delayed clickable popup on my storybooksthatteach.com site (see signature).
I would like the clickable popup link to open in a new window; how do I change the code to do that?
As far as I know this is the link part of the code:
preloadImages('popwin5/front.png','popwin5/x.gif','popwin5/y.gif');
displayPOP(300,200, 'http://www.storybooksthatteach.com/freepage.htm');
// Create the pop-up
// displayPOP(position_from_left, position_from_top, URL);
displayPOP(300,350, 'http://www.storybooksthatteach.com/freepage.htm');
// Show Pop-Up after a few seconds after page loads
// setTimeout('ShowPop();',secs);
setTimeout('ShowPop();',10000);
// Automatically close Pop-Up a few secods after page loads
// setTimeout('Close();',secs);
//setTimeout('Close();',20000);
Thanks for any help.
Paul in Calgary.
The Child Development Guy.
- paulmackie
- Michael D Price
- [1] reply
Next Topics on Trending Feed
-
4