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() {
  window.close()
 }
</script>

It's not working. Any ideas? Please help.

Thanks,

Jaime



Get your FREE download of MSN Explorer at http://explorer.msn.com
[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