webbrowser

  • Thread starter Thread starter RobcPettit
  • Start date Start date
R

RobcPettit

Hi, ive been playing around with the webbrowser control. Can someone adviseme as to why when i go to the web page http://uk.soccerway.com/national/australia/national-premier-league/2014/western-australia/r23511/ , using IE on the pc I can use the prev and next selections ok. But when using the web control with the same web page i cannot. Ive looked at the source code and i think its something to do with java. Ive done some googling and from whati can tell is, if it is java then i need to invoke the prev/next. All the examples ive seen the function seems to be clearly named, in this source code i cant tell that. Any advise much appreciated. Regards Robert
 
Hi, ive been playing around with the webbrowser control. Can someone
advise me as to why when i go to the web page
http://uk.soccerway.com/national/australia/national-premier-league/2014/western-australia/r23511/
, using IE on the pc I can use the prev and next selections ok. But
when using the web control with the same web page i cannot. Ive
looked at the source code and i think its something to do with java.
Ive done some googling and from what i can tell is, if it is java
then i need to invoke the prev/next. All the examples ive seen the
function seems to be clearly named, in this source code i cant tell
that.

There is no Java on that page.

There is a lot of JavaScript on that page.

Arne
 
Hi, ive been playing around with the webbrowser control. Can someone
advise me as to why when i go to the web page
http://uk.soccerway.com/national/australia/national-premier-league/2014/
western-australia/r23511/ , using IE on the pc I can use the prev and
next selections > ok. But when using the web control with the same web
page i cannot. Ive looked at the source code and i think its something
to do with java. Ive done some googling and from what i can tell is, if
it is java then i need to invoke the prev/next. All the examples ive
seen the function seems to be clearly named, in this source code i cant
tell that. Any advise much appreciated. Regards Robert


The WebBrowser control default to IE7, which obviously have some
problems with the page.

You can configure the emulation mode of WebBrowser to a new version. I
have tried with 1100 and it worked...

See,
http://www.codeproject.com/Articles/793687/Configuring-the-emulation-mode-of-an-Internet-Expl

// Anders
 
Back
Top