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

.ben ben at babelfish.co.uk
Fri Aug 10 06:52:45 CDT 2001


heh, i just noticed I have strUTL inthe window.open command and strURL in
the function params.  I changed it but it's still not working.

I'll give yours a go.

cheers,

 .ben

----- Original Message -----
From: "Al Futrell" <al at louisville.edu>
To: <javascript at LaTech.edu>
Sent: Friday, August 10, 2001 1:57 PM
Subject: Re: [Javascript] window.open is NS6 doesn't work


> 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
>
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> http://www.LaTech.edu/mailman/listinfo/javascript
>




More information about the Javascript mailing list