On 10/7/05, djok_fb <[EMAIL PROTECTED]> wrote:

> 1-Embed the mxml file in a HTML page:
> <html>
> <head>
> <script type="javascript">
>         function launchSpellChecker(someText) {
>                 alert(someText);
>         }
> </script>
> </head>
> <body>
[snip]

> 2- Write a AS function using getURL:
>         function doSpellCheck( textToCheck ) {
>                 getURL("javascript:launchSpellChecker('" + textToCheck +
> "');void(0);");
>         }

> 3- Link the function to a button
>
> The AS function is called but IE tells me "Object not found".
> I tried with Firefox (w/ JavaScript debugger) and it tells me:
> "launchSpellChecker function not found".

I don't see anything obviously wrong.  What version of IE are you using?


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 




Reply via email to