c# - how to load a html page in web Browser control that contains java script -


how load html page in web browser control contains java script .

http://unicodetoisoconverter.appspot.com/test.html

webbrowser1.navigate(new uri("http://unicodetoisoconverter.appspot.com/test.html")); webbrowser1.isscriptenabled = true; 

i tried page not loaded shows white color alert not getting


Comments