Jul 24, 2003 #1 obliex IS-IT--Management Jul 24, 2003 28 SG Hi. .. I need to have a small pop up window on the home page of the website. What should I do? Thks in advance. Regrads obliex
Hi. .. I need to have a small pop up window on the home page of the website. What should I do? Thks in advance. Regrads obliex
Jul 24, 2003 #2 macrolicious Technical User Jul 24, 2003 4 US One of many ways: <script language="JavaScript"> <!-- function openBrWindow(theURL,winName,features) { window.open(theURL,winName,features); } //--> </script> </head> <body bgcolor="#FFFFFF" onLoad="openBrWindow('Page.html','','width=300,height=300')"> [sup] Well, that seems to be the situation. But I don't want that. And you don't want that. And Ringo here *definitely* doesn't want that. - Jules Upvote 0 Downvote
One of many ways: <script language="JavaScript"> <!-- function openBrWindow(theURL,winName,features) { window.open(theURL,winName,features); } //--> </script> </head> <body bgcolor="#FFFFFF" onLoad="openBrWindow('Page.html','','width=300,height=300')"> [sup] Well, that seems to be the situation. But I don't want that. And you don't want that. And Ringo here *definitely* doesn't want that. - Jules
Jul 25, 2003 1 #3 Cheech Technical User Nov 6, 2000 2,933 EU select the body tag and click behaviours>Open Browser window>set the attributes you require>make sure the trigger is set to onLoad. Cheech [Peace][Pipe] If you don't stand up for something, you'll fall down. Toke it Easy. Howard Marks. Upvote 0 Downvote
select the body tag and click behaviours>Open Browser window>set the attributes you require>make sure the trigger is set to onLoad. Cheech [Peace][Pipe] If you don't stand up for something, you'll fall down. Toke it Easy. Howard Marks.