it works without parans, but Jed is correct that there is unexpected(?)
behavior in netscape. For some reason, calling the window object's open
method directly causes the originating window to be replaced by the object
reference.

The fix, which I just emailed to the list still uses the window.open method
but puts it in a function in the head. DOn't know why it needs to work this
way.




----- Original Message -----
From: "Kerry Thompson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 06, 2000 7:59 AM
Subject: Re: <lingo-l> vbscript openWindow


>
> >on mouseUp me
> >     gotoNetPage "javascript:window.open('mypage.htm');"
> >end
>
> Honest, Rob, I don't know how you get any work done ;-)
>
> You need a parentheses, I think:
>
> gotoNetPage ("javascript:window.open('mypage.htm');")
>
>
> Cordially,
> Kerry Thompson
> Learning Network
>
>
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
> email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
> Lingo-L is for learning and helping with programming Lingo.  Thanks!]
>
>


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to