i need 2 codes to help with my new site.
» A Code that turns a page into a popup
» A code so when you go on the homepage the popup comes up.
+Rep if you can help

i need 2 codes to help with my new site.
» A Code that turns a page into a popup
» A code so when you go on the homepage the popup comes up.
+Rep if you can help
Last edited by JK; 25-03-2007 at 11:18 AM.
Leftxxx
By link:
Automatically:HTML Code:<html> <head> <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=width,height=height');"); } // End --> </script> </head> <body> <A HREF="javascript:popUp('file.php')">Open the Popup Window</A> </body> </html>
HTML Code:<html> <head> <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=width,height=height');"); } // End --> </script> </head> <body onLoad="javascript:popUp('file.php')"> </body> </html>
Fanx for help invent
Leftxxx
or if your lazy, you could use:
http://javascript.internet.com/gener...up-window.html
It's not bad![]()
Want to hide these adverts? Register an account for free!