At 6:26 PM +0000 10/18/01, Jaime Buie wrote:
>Hi List,
>
>I'm trying to close the browser window through a Shockwave movie. On 
>my quit button I placed a script saying
>
>on mouseUp
>
>externalEvent("quitWBT()")
>
>end
>
>Then in the .htm file I placed the following JavaScript between the head tags
>
><script language="JavaScript">
><!--
>
>// Close the WBT window.
>function quitWBT() {
>   <file://window.close>window.close()
>  }
></script>
>
>It's not working. Any ideas? Please help.
>
>Thanks,
>
>Jaime


Does the window close if you call this function from a button on the html page?
-Buzz

[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