I am using the ExternalEvent handler to pass a string into my web page.
ExternalEvent(myString)
I then used a sub funktion in vb script to catch the event om my web page.
<script language="vbscript">
sub MovieName_ExternalEvent(myString)
msgbox(myString)
end sub
</script>
So far...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.