Hi,

I have successfully embedded mozilla in my application, but there is a
strange problem :(
Whenever the <noscript> tag is present it is executed eventhough
javascript is enabled and working ( I can do heavy stuff with
javascript or browse webiste that rely heavily on javascript).I have
tried to change the prefs and modify the javascript.enabled at true
(which was the default) but no success. I have tried to use the
ALLOW_JAVASCRIPT like this but it doesnt help.

nsCOMPtr<nsIWebBrowserSetup>mWebSetup =
do_QueryInterface(mWebBrowser,&rv);
mWebSetup->SetProperty(nsIWebBrowserSetup::SETUP_ALLOW_JAVASCRIPT,PR_TRUE);

I dont know where to look and I have been searching on the web and
inside the source to try to figure it out but no clue... If anyone has
any idea please share it.

Thanks for ready and your replies.

_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to