there is an html-document in which the use of the script is present with the help of:
But, when I load this html-document into WebBrowser, I get a "Script Error" and the script itself stops working. I load this html document with: webBrowser1.DocumentText = Properties.Resources.HTMLDocument;
How can I fix this error?