At 17:08 7/3/2001 +0100, you wrote:
>can I make a script inside a shockwave-file that close the browsewindow?
>
>Thanks
>
>/Erik

Try this....


<Script language="JavaScript">

function fechar_janela()
{
window.parent.close();
}
</script>

I´m not sure if it works without frames.... If not just remove the "parent" 
in line "window.parent.close()",

Hope this helps.... Fabiano.


[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