Remember that ExternalEvent requires that the handling event on the
recieving browser be written in the native scripting language for the
browser. Ie. on Windows - Netscape uses Javascript, Internet Explorer uses
VBScript, on Mac, netscape uses Javascript and Internet Explorer has no
native support (at least not that I'm aware of).

If you don't require feedback or callbacks into Shockwave then do yourself a
favour and use the

goToNetPage("Javascipt:document.bgColor=000000;") or write a Javascript
handler that is executed and recieves the bgColor as a parameter.

Sincerely

Mark

--------------------------------------------
Mark R. Jonkman
Mark R. Jonkman Consulting
ADDRESS: 20 Windermere Crt., Guelph, ON, CANADA N1E 3L4
PHONE: 519-837-8509
EMAIL: [EMAIL PROTECTED]
--------------------------------------------

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Kerry Thompson
> Sent: September 30, 2000 2:23 PM
> To: [EMAIL PROTECTED]
> Subject: Re: <lingo-l> lingo-l externakEvent
>
>
>
> >why doesn't
> >
> >externalEvent {"javaScript:documeny.bgColor=000000;"
> >work
>
> Could be syntax and spelling. Try parentheses instead of curly brackets,
> change the spelling of documeny to "document" and use # to indicate a hex
> value.
>
> externalEvent ("javaScript:document.bgColor=#000000") might work.
>
> I think you could also use:
>
> externalEvent("javaScript:document.bgColor="black")
>
> Here's an excellent URL for javaScript:
> http://developer.netscape.com/docs/manuals/communicator/jsguide4/index.htm
>
> HTH
>
> Cordially,
> Kerry Thompson
> Learning Network
>
>
> [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!]
>


[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