If you make a WinForms app and add a WebBrowser control and navigate to this page:
http://www.llrx.com/features/deepweb2010.htm
The application will stop responding. IE, Chrome and Mozilla won’t. Any idea of “what am I doing wrong”?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The lines of CSS below are freaking it out:
You’re assigning a node’s
innerHTMLto an image’sALTattribute but theinnerHTMLcontains unescaped HTML so you end creating some very funky HTML like:A screenshot might show better: