This is not working for me- can some ya dudes fx it? phat in that case::::::::::::::::::::
<script type="text/javascript" language="JavaScript"> function open_fullscreen() { newWindow = window.open("start.htm," fullscreen=1,width=800,height=600,top=0,left=0"); } </script> </head>
<body bgcolor="#FFFFFF" onLoad="open_fullscreen(); text="#000000">
Probably a problem with quotes.
Try
newWindow = window.open("start.htm", "fullscreen=1,width=800,height=600,top=0,left=0");
Regards, David
____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%%
____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
