Re: quick question

2001-02-23 Thread Kerry Thompson
>Can >you explain the following a little more: ><--JavaScript function--call it, say, OpenFocus. Within that function, >call window.open('list of params...') and window.focus(). > Sure... In the header of your html file (the file that embeds your Shockwave movie), put this: function OpenAndFo

Re: quick question

2001-02-23 Thread Steffanie Grindle
b and I thought that the user would get confused if the browser opened to a full screen during the running of the movie. Steffanie -Original Message- From: g r i m m w e r k s <[EMAIL PROTECTED]> To: Lingo <[EMAIL PROTECTED]> Date: Thursday, February 22, 2001 9:08 PM Subject: Re:

Re: quick question

2001-02-23 Thread Steffanie Grindle
ks again... Steffanie -Original Message- From: Kerry Thompson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, February 22, 2001 11:56 PM Subject: Re: quick question > >>So.you want the browser to open up BEHIND the movie? What¹s the point of &g

Re: Re: quick question

2001-02-23 Thread Steffanie Grindle
Thanks... I'll keep that in mind. -Original Message- From: Kerry Thompson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, February 22, 2001 3:51 PM Subject: Re: quick question > >>here's my script: >> >>on MouseUp

Re: quick question

2001-02-22 Thread Kerry Thompson
>So.you want the browser to open up BEHIND the movie? What¹s the point of >that? I think what Stephanie was saying is something I've noticed, too. If you don't have a browser open, the JavaScript window.open function actually opens two instances of the browser. One is the size you specify,

Re: quick question

2001-02-22 Thread g r i m m w e r k s
On 2/22/01 9:30 PM, "Steffanie Grindle" <[EMAIL PROTECTED]> wrote: > Ok...I was able to get it to work, but it not only opens the little java > window like I want it to, it also opens the browser in full view behind it. > What I am trying to do is while your in the .dir movie and you click a link

RE: Re: quick question

2001-02-22 Thread Steffanie Grindle
Ok...I was able to get it to work, but it not only opens the little java window like I want it to, it also opens the browser in full view behind it.  What I am trying to do is while your in the .dir movie and you click a link the browser will open up in a small window so that you don't lose the mo

Re: Re: quick question

2001-02-22 Thread Kurt Griffin
Please turn off the html formatting in your posts - it makes your posts really hard to read (thus ignored by folks like me) in the digest. -Kurt [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 [E

Re: quick question

2001-02-22 Thread Kerry Thompson
>here's my script: > >on MouseUp me >goToNetpage("javascriptwindow. You need a colon after javascript. By the way, when you cut & past code into an e-mail to the list, could you remove the formatting? Otherwise it gets sent as HTML, and you're likely to get some squawks (HTML mail uses a lot

Re: quick question

2001-02-22 Thread ramesct
Hi The following script worked for me on Internet explorer, I don't about opening a new window on netscape. goToNetpage"javascript:window.open ('http://www.siu.edu/~thetaxi/retreatagenda.pdf','','width=400,height=400');" regards -- Ramesh

Re: quick question

2001-02-22 Thread Steffanie Grindle
I know I just sent this respond, but I have been messing around with the script and have gotten a really bizarre reaction.  Whenever I play the movie and click on the intended link it will open the browser, giving me an error.  but if I leave that blank page up, go back and play the movie again

Re: quick question

2001-02-22 Thread Steffanie Grindle
I tried using this script and I keep getting an error.  Am I doing something wrong?? here's my script:  on MouseUp megoToNetpage("javascriptwindow.open('http//www.siu.edu/~thetaxi/retreatagenda.pdf','width=400,height=400,toolbar=1,location=1,status=1');window.parent.close();")end I don't know i

RE: quick question

2001-02-22 Thread Steffanie Grindle
 I don't knowI'm really not sure how to use the extra's. Do they have a PDF extra? -Original Message- From: [EMAIL PROTECTED]<[EMAIL PROTECTED]> To: [EMAIL PROTECTED]<[EMAIL PROTECTED]> Date: Wednesday, February 21, 2001 9:58 PM Subject: Re: quick q

Re: quick question

2001-02-22 Thread pranavn
Yes they do. It's at http://www.integration.qc.ca/products/PDFxtra/ and a breeze to use too, I bet. Shockwave safe on Windows. Regards, Pranav I don't knowI'm really not sure how to use the extra's. Do they have a PDF extra? [To remove yourself from this list, or to change to digest m

Re: quick question

2001-02-21 Thread pranavn
Wouldn't you be better off using the PDF Xtra or something? Regards, Pranav Is there a way to specify the size of the window that a web page is called up in within .dir movie? I have tried to cut and paste some javascript that relates to window size and place it into an html file, but I ca

Re: quick question

2001-02-21 Thread ramesct
Hi on mouseUp goToNetpage("javascript:window.open('http://www.steffanie.com',' ','width=400, height=400 toolbar=1, location=1, status=1');window.parent.close();") end regards -- Ramesh CT Phoenix Global Solutions (I) Pvt Ltd http://www.l

Re: quick question

2001-02-21 Thread Steffanie Grindle
I don't knowI'm really not sure how to use the extra's. Do they have a PDF extra? -Original Message- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, February 21, 2001 9:58 PM Subject: Re: quick qu