Try this:

<script language="JavaScript">
function openWindow(url) {
  popupWin = window.open(url, 'remote',
'scrollbars,resizable,width=420,height=660,left=50,top=50')
}
</script>

> ><script type="text/javascript" language="JavaScript">
> >  function open_fullscreen() {
> >   newWindow = window.open("start.htm,"
Error ----------------------------------^
> >fullscreen=1,width=800,height=600,top=0,left=0");
> >  }
> ></script>
> ></head>
> >
> ><body bgcolor="#FFFFFF" onLoad="open_fullscreen(); text="#000000">

Must be:
   newWindow = window.open("start.htm","","parameters ....")

Regards

Peter



____ � 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]

Reply via email to