I am trying to create a pop-up to my website this is the script I am using anyone else see were the problem is? It will not even open a new window.
Thanks,
D
[size=-1]This goes in the <head></head> section:[/size] [size=-1]<!-- Start script goes in head tag-->[/size]
[size=-1]<script language="JavaScript">[/size]
[size=-1]<!-- hide from JavaScript-challenged browsers[/size]
[size=-1]function openWindow(/Support/support.html) { popupWin = window.open(url,'remote','menubar=no,toolbar=no,location=no,[/size]
[size=-1]directories=no,status=no,scrollbars=no,resizable=yes,[/size]
[size=-1]dependent,width=400,height=[/size]
[size=-1]400,left=50,top=50')} // done hiding --></script><!-- End[/size]
[size=-1]script, goes in Head tag -->[/size]
Thanks,
D
[size=-1]This goes in the <head></head> section:[/size] [size=-1]<!-- Start script goes in head tag-->[/size]
[size=-1]<script language="JavaScript">[/size]
[size=-1]<!-- hide from JavaScript-challenged browsers[/size]
[size=-1]function openWindow(/Support/support.html) { popupWin = window.open(url,'remote','menubar=no,toolbar=no,location=no,[/size]
[size=-1]directories=no,status=no,scrollbars=no,resizable=yes,[/size]
[size=-1]dependent,width=400,height=[/size]
[size=-1]400,left=50,top=50')} // done hiding --></script><!-- End[/size]
[size=-1]script, goes in Head tag -->[/size]