Can someone post a mini script for a popup
So i just have to add my URL and it will open a new window
Thanks
+ 6REP

Can someone post a mini script for a popup
So i just have to add my URL and it will open a new window
Thanks
+ 6REP
I believe the following DHTML generator meets your specifications:
Last edited by JamesRouale; 18-11-2006 at 07:43 PM.
Good-bye signature, I love <NOT ALLOWED NAME AT ALL> despite the infraction his last name got me.
Free speech? Not anymore, you gotta' love this forum.
Thanks
GOTTA SPREAD
None seem to work
cany someone just psot it here![]()
Last edited by Jargit; 18-11-2006 at 07:51 PM.
Errr.
Try
<a href="linkgoeshere.php" target="NEW">
??
This goes in Head. It's good, you can edit width and height etc. Much better
This is the link they will click.HTML Code:<SCRIPT LANGUAGE="JavaScript"> <!-- Begin function popUp(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=270');"); } // End --> </script>
HTML Code:<a HREF="javascript:popUp('http://www.YOURPOPUPLINKHERE.com')" style="font-family: Verdana; color: #FFFFFF; font-size: 8pt; font-weight: bold">Disclaimer</a>
Last edited by Kymux; 18-11-2006 at 08:05 PM.
REp for all that i can..
But is there one where they dont need to Click the link
So i could liek put on on a homepage..
Use lost's first code, then in the <head> put this
Havent tested.HTML Code:<script type="text/javascript"> window.onload=function(){ popUp('URL HERE'); } </script>
Left. Or have I?
Do what the other guy said and do
<body onload="javascript:popUp('URLGOESHERE')">
ETC.
Nope didnt work. NVm guys :d thanks for trying
Want to hide these adverts? Register an account for free!