|
Xtreme2000 -> RE: Window size (12/28/2001 14:44:15)
|
You can also do this if you want. In the <head> tag area put these in there <script language="JavaScript"> <!-- function open_on_entrance(url,name) { new_window = window.open('/yourfile.html','', ' menubar,resizable,dependent,status,width=400,height=250,left=10,top=10')} // --> </script> In the <body> tag put the onload command in: <body onload="open_on_entrance()"> WOLA!! you now will have the popup page. Xtreme 2000  I do it right, and I'll do it right the first time!!! Site in progress: http://Xtreme2000.idbinc.net
|
|
|
|