[Javascript] window.open is NS6 doesn't work

Al Futrell al at louisville.edu
Fri Aug 10 07:57:02 CDT 2001


Yes.  I use this one and it works with no problem:

function mission(url){
newWindow = open(url, 'NewWin',
'width=325,height=380,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=yes,resizable=0');

newWindow.focus()

You might want to check the spelling of your parameter.
You have strURL as an argument then you have strUTL
in the function.


".ben" wrote:

> Hi, has anyone here managed to open a pop-up window is NS6 (6.01) ???  I
> have this function but it doesn't do anything!
>
> function openWindow(strURL)
> {
>     var x;
>
>     x = window.open(strUTL,'newwin')
> }
>
> any ideas?
>
> Cheers,
>
>  .ben
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> http://www.LaTech.edu/mailman/listinfo/javascript

--

Al Futrell, Ph.D. <al at louisville.edu>
University of Louisville, USA





More information about the Javascript mailing list