Jukka Välimaa wrote:
Thanks for input,

Yes, I have debug on. Interestingly enough, with firefox it gives me just
this:
DEBUG: Error running scripts from content

However, I just noticed that with IE, I get this:
DEBUG: Error running scripts from content:Could not complete the operation
due to error 80020101


Hi Jukka,

I have confirmed that the plugin will execute inline scripts if (and only if) executeScripts="true" and separateScripts="true".

The errors you're getting are caused by invalid javascript evaluation. 80020101 is probably a missing semi-colon.

Use a javascript delinter to find the javascript errors:
http://www.jslint.com/lint.html
http://www.javascriptlint.com/

Your work-around is fine. In fact, I discourage any use of inline scripts and recommend binding to the events published by the dojo widgets.
regards,
Jeromy Evans


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to