Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unsupported browser error
#1
When using the following code, I get the error shown below. I am using IE 8. Do you know what could be the problem?

Code:
Copy      Help
HtmlDoc d.InitFromWeb("http://test.com/test.aspx")
str s=d.GetText
out s

Message from webpage
---------------------------
You are using an unsupported browser. This site will not function well under any browser other than Internet Explorer version 5.5 or better. You will be redirected to the Microsoft download page.
---------------------------
OK
---------------------------
#2
try
Code:
Copy      Help
HtmlDoc d.SetOptions(2)
d.InitFromWeb("http://test.com/test.aspx")
str s=d.GetText
out s
#3
Works. Thank you!


Forum Jump:


Users browsing this thread: 1 Guest(s)