Webbrowser control

S

Sebastian Schöps

Hello all,

I have written an application that reads web pages. I use a webbrowser
control for that. Unfortunately on the webpage there is a query on the
browser version. Only if it's Netscape Navigator 4.7 the site continues.

- Is there a possibility to have the webbrowser control fake being a
Netscape Navigator?
- Is there a webbrowser control by Netscape?
- Any other ideas?

Any help appreciated. Thanks in advance!

Seb
 
R

Richard T. Edwards

Nope.

The work around would be to create a TCPClient,
roll your own request header to include the line for the type of
browser --Netscape -- , save contents and then have the browser pick up the
page by navigating it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top