Hey Jed,

I see the problem, here is the fix - for the dir behavior:

on mouseUp me
    gotoNetPage
"javascript:MM_openBrWindow('foo.htm','ted','scrollbars=yes,width=100,height
=100');"
end

then in the <head> of the html page holding your shockwave, put this
function:
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features)

   window.open(theURL,winName,features);
}
// -->
</script>



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


> Uhm,   gotoURL?   is that through an Xtra?   It doesn't seem to be a lingo
> function.     I would use gotoNetPage, but it acts differently in Netscape
> and IE. (IE will open a new page, which is what I'm looking for, but
> Netscape will use the same target).
>
>
> From: "Robert Koberg" <[EMAIL PROTECTED]>
>
>
> > why not just open it with
> gotoUrl("javascript:window.open("my???.htm");") --
> > this wont work on macIE4.5 but will on macIE5 (I don't think external
> event
> > works on either).
> >
> > you dont need to use externalEvent to communicate out, just in.
>
> > From: "Jed Frumkin" <[EMAIL PROTECTED]>
> > > anyone out there know the vbscript equivalent of window.open?  or any
> > > resources for vbscript calls?
> > >
> > > I've got to open a window a new browser window with externalEvent
> sending
> > it
> > > a relative link.
> > >
> > > thanks in advance.
> > >
> > > Jed
> > >
> > > [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!]
> >
>
>
> [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