"Unable to get property 'appendChild' of undefined or null reference" script error
I'm trying to put some html code into a webbrowser, but I'm getting the error in title.
Code I'm trying to embed:
How I'm putting it in the webbrowser:
Any help?
I'm trying to put some html code into a webbrowser, but I'm getting the error in title.
Code I'm trying to embed:
VB.NET:
<html>
<head>
<script type="text/javascript" src="https://www.example.com/XXX.js.php"></script>
</head>
<body></body>
</html>
VB.NET:
WebBrowser1.Navigate("about:blank")
WebBrowser1.Document.Write(String.Empty)
WebBrowser1.DocumentText = My.Resources.HTML