|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
WebBrowser
i am using WebBrowser control to access websites in my VB application.
1. For some sites i getting the below msg Your Browser: Microsoft Internet Explorer 6.0 Your Encryption: Does Not Meet Minimum Requirements My IE version is 6.0.2600.0000. What is the problem? Is there any way to fix this problem without upgrading IE? 2. Unable to parse the content for the sites desined using Frameset and java script. I have checked the SecureLockIcon value for WebBrowser1_setSecureLockIcon event, which is equal to Zero. Source for the sites is like: <html> <frameset ....> <frame src=" ....abc.html"> <frame src=" ....abc.html"> </frameset> </html> Does any one can help me to fix these problem? Thanks in advance. -kv |
|
#2
|
|||
|
|||
|
Is your browser 128 bit encrypted? I looks to me your browser needs a higher enctyption in order to make this work
Hope this helps,
__________________
- Rogier Doekes |
|
#3
|
|||
|
|||
|
Rogier Doekes,
Thanks for ur reply. My browser is 128-bit. Today i got similar type of msg for another site. Microsoft® .NET Passport no longer supports the Web browser version you are using. Please upgrade to a current Web browser, such as Microsoft Internet Explorer version 4.0 or later, or Netscape Navigator version 4.08 or later. I upgraded IE, but no use. so i am unable to proceed further without solving this problem. Is it required to upgrade VB Controls(WebBrowser)? -kv |
|
#4
|
||||
|
||||
|
The DLL that you are using for your webcontrol is out of date (sounds like it's pre-v4). I would've thought that installing the latest version of IE on the machine you use to build the app (and re-compiling) would fix the problem.
|
|
#5
|
|||
|
|||
|
I am using IE ver. 6.0.2600.0 and the control dll(shdocvw.dll) ver. is also same.
-kv |
|
#6
|
|||
|
|||
|
i am using WebBrowser control in my VB project.
HTMl parser is unable to parse the content in browser When i am trying to access some sites, which contains frameset and javascript. the site view source is: <HTML> <HEAD> <TITLE>Corporate</TITLE> <SCRIPT LANGUAGE="JavaScript"> crumb = '<A HREF="/corpo/" target="_top">Corporate</A> > '; header = '9'; encoding = 'iso-8859-1'; country = 'US'; language = 'en'; </SCRIPT> <NOSCRIPT> msg <META HTTP-EQUIV="Refresh" CONTENT="0; URL=/errors/js.html"> </NOSCRIPT> <META http-equiv="Content-Type" CONTENT="text/html; charset=iso-8859-1"> </HEAD> <SCRIPT LANGUAGE="JavaScript" SRC="www.xyz.com/a/lib.js"></SCRIPT> <SCRIPT LANGUAGE="JavaScript" SRC="www.xyz.com/a/lang.js"></SCRIPT> <SCRIPT LANGUAGE="JavaScript" SRC="www.xyz.com/frame.js"></SCRIPT> </HTML> <SCRIPT SRC="www.xyz.com/a/chronos.js"></SCRIPT> How do i make Webbrowser to execute this script? When webbrowser will execute script? How do i capture the content in Frames? Thanks in advance -kv |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > WebBrowser Control - VB |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|