From: "Carl Edwards" <[EMAIL PROTECTED]>
Subject: Javascript SMIL push to URL

I have this:

<script language="VBScript">
<!--
SUB realvideo_OnPresentationClosed()
window.open("http://www.mydomain.com")
END SUB
// -->
</script>

Which is working exactly the way I want in IE, but I need a JavaScript call
for Netscape and:

<SCRIPT LANGUAGE="JavaScript">
<!--
    function realvideo.OnPresentationClosed(){
window.open("http://www.mydomain.com");
}

Is not working.  Any suggestions?



*******************************************************
The RealForum is an email discussion group focused on using RealNetworks
products. The RealForum is a place to post messages about the best methods
for creating content using RealNetworks technologies and the planning and
implementation of streaming-media web sites.  Archives of RealForum can
be found at http://realforum.real.com

If you ever want to remove yourself from this mailing list,
you can send mail to <[EMAIL PROTECTED]> with the following
command in the body of your email message:

    unsubscribe realforum

or from another account, besides the address you subscribed with:

    unsubscribe realforum <[EMAIL PROTECTED]>

Reply via email to