internet-explorer-development-forums,internet-explorer-web-developmentRelated issues-Collection of common programming errors


  • msdn
    internet-explorer-development-forums internet-explorer-extension-development
    I encountered a problem when developing a IE9 plugin BHO. IE can fire onscroll event when using DocumentMode: IE7 or IE8, but fail tofire onscrollevent when using Document Mode: IE9.I also register the onscroll event on documentElement, it reacts the same way.The BHO class uses:public IDispEventImpl<3, CHelloWorldBHO, &DIID_HTMLWindowEvents2, &LIBID_MSHTML, 4, 0>. And sink the event:BEGIN_SINK_MAP(CHelloWorldBHO)SINK_ENTRY_EX(1, DIID_DWebBrow

  • msdn
    internet-explorer-development-forums internet-explorer-web-development
    Hi all!I have 2 webservers, one with an SSO application and one with the core application. Both built on .Net 3.5.Both sites have valid P3P.Client machine is using IE 10 on Win 7. Also reproduced with Terminal server and IE 9, Windows 7 with IE 8 and 9.I open Internet Explorer with fresh session. In the first tab I go to e.g. google.comIn the second tab I navigate to the SSO.I log in and see (in div. tools like Fiddler2 and BurpSuite) that the cookie is issued.However, during the redirect to the

  • msdn
    internet-explorer-development-forums internet-explorer-web-development
    I have 11 different websites that use a menu generated by a Pop-Up Menu Creator 5 by Anoxy Software. (http://www.anoxy.com/products.asp?id=1)Even their homepage menu fails to operate properly with IE 10 but works fine with all previous versions.One of my websites is http://www.criderins.comIt does not seem to matter wheither the IE10 is running on Windows 7 or Windows 8The code itself is intentionally obfuscated:// Pop – Up Version 5.5 Pro  © 1998 – 2009 Anoxy Software  All Rights Rese

  • msdn
    internet-explorer-development-forums internet-explorer-extension-development
    Hello All,I have created a BHO which executes a script, that creates a link (<script src=”mywebserver.js?blah”>) in the document header, plus some adding some other generic JS functionality.The problem that I am having is there is a small number Windows 7.0 PC’s (primarily IE 8.0 with one occurrence on IE 9.0 I am told) where the script elements are not added, which tells me that the execution was blocked, failed or inhibited. I even shareda desktop with one of the users, th

  • msdn
    internet-explorer-development-forums internet-explorer-web-development
    Hello,I rely on the Microsoft Structured Graphics control for several of my applications, and after installing IE 7 RC1, I have realized that the SGC is no longer functional.  The code that I have always used to create the SGC is as followed:—————————————————————————-<object classid=’369303C2-D7AC-11D0-89D5-00A0C90833E6′ id=’SG1′ style=”visibility:visible; position:absolute”>————————————————————-

  • msdn
    internet-explorer-development-forums internet-explorer-web-development
    Hi, allThere is a problem when I developing a C/S application.The general flow is that client soft accesses to server to get web page every 10 minutes, and then the client soft  launches a pop-up window which contains a IE component inside.The web page composes of several JavaScript code, image links and some others.When the server is not so busy client soft acts well. But, when the load average of server is crazily high client soft fails to launch pop-up window. And according to the server

  • msdn
    internet-explorer-development-forums internet-explorer-extension-development
    Hi All,I am working on a browser extension for IE7 in Vista. I created a web browser control object and calls navigate2 to open an html file in the local drive.  But this fails and the file is opened as a new IE process. I have read that this is due to security feature of IE7 in Vista. Is there any way to open a local file using a web browser control object, I created?Thank you,Henry

  • msdn
    internet-explorer-development-forums internet-explorer-web-development
    Hello all,I am having this particularly annoying issue with IE7 on Vista and XP.  I’m attempting to do some simple javascript validation on a form before it is sent off to the server to process.  If the validation fails on any item, I want the script to simply block the post from even starting.The trouble I’ve found, I can’t seem to work around.  I believed there must have been some error in my long and cumbersome set of validation functions, so I removed all that code and put together a very si

  • msdn
    internet-explorer-development-forums internet-explorer-extension-development
    I have a BHO add-on that opens a small window that contains a browser control. the add-on works fine on XP, Vista, IE6 and IE7 but failed to work on IE8. After some investigation and debugging I found out that the API call “CreateWindow” fails when protected mode is on and I don’t know why. It’s strange since on IE7 it works even when protected mode is on.Any help will be very appreciated Thanks…Amir

  • msdn
    internet-explorer-development-forums internet-explorer-web-development
    Browser version IE 9 ( Beta (Version 9.0.7930.16406)System: Windows 7 UltimateWhile watching a video as a logged-in user on Youtube, clicking the “Add To” button fails to display dropdown list to list.   When “Add To” is clicked, the video being played is added to the playlist queue rather than revealing the optionson “Add To”.  Anyone having this problem?  http://top500adverts.com/blog

  • msdn
    internet-explorer-development-forums internet-explorer-web-development
    Hi all!I have 2 webservers, one with an SSO application and one with the core application. Both built on .Net 3.5.Both sites have valid P3P.Client machine is using IE 10 on Win 7. Also reproduced with Terminal server and IE 9, Windows 7 with IE 8 and 9.I open Internet Explorer with fresh session. In the first tab I go to e.g. google.comIn the second tab I navigate to the SSO.I log in and see (in div. tools like Fiddler2 and BurpSuite) that the cookie is issued.However, during the redirect to the

  • msdn
    internet-explorer-development-forums internet-explorer-web-development
    I have 11 different websites that use a menu generated by a Pop-Up Menu Creator 5 by Anoxy Software. (http://www.anoxy.com/products.asp?id=1)Even their homepage menu fails to operate properly with IE 10 but works fine with all previous versions.One of my websites is http://www.criderins.comIt does not seem to matter wheither the IE10 is running on Windows 7 or Windows 8The code itself is intentionally obfuscated:// Pop – Up Version 5.5 Pro  © 1998 – 2009 Anoxy Software  All Rights Rese

  • msdn
    internet-explorer-development-forums internet-explorer-web-development
    Hello,I rely on the Microsoft Structured Graphics control for several of my applications, and after installing IE 7 RC1, I have realized that the SGC is no longer functional.  The code that I have always used to create the SGC is as followed:—————————————————————————-<object classid=’369303C2-D7AC-11D0-89D5-00A0C90833E6′ id=’SG1′ style=”visibility:visible; position:absolute”>————————————————————-

  • msdn
    internet-explorer-development-forums internet-explorer-web-development
    Hi, allThere is a problem when I developing a C/S application.The general flow is that client soft accesses to server to get web page every 10 minutes, and then the client soft  launches a pop-up window which contains a IE component inside.The web page composes of several JavaScript code, image links and some others.When the server is not so busy client soft acts well. But, when the load average of server is crazily high client soft fails to launch pop-up window. And according to the server

  • msdn
    internet-explorer-development-forums internet-explorer-web-development
    Hello all,I am having this particularly annoying issue with IE7 on Vista and XP.  I’m attempting to do some simple javascript validation on a form before it is sent off to the server to process.  If the validation fails on any item, I want the script to simply block the post from even starting.The trouble I’ve found, I can’t seem to work around.  I believed there must have been some error in my long and cumbersome set of validation functions, so I removed all that code and put together a very si

  • msdn
    internet-explorer-development-forums internet-explorer-web-development
    Browser version IE 9 ( Beta (Version 9.0.7930.16406)System: Windows 7 UltimateWhile watching a video as a logged-in user on Youtube, clicking the “Add To” button fails to display dropdown list to list.   When “Add To” is clicked, the video being played is added to the playlist queue rather than revealing the optionson “Add To”.  Anyone having this problem?  http://top500adverts.com/blog

  • msdn
    internet-explorer-development-forums internet-explorer-web-development
    Windows 7-32 – IE8 working OK, then Windows automatic updates included:KB976422, KB2488113, Windows Internet Explorer 9 for Windows 7.Installed the updates, including IE9 – did the reboot.Logged back in (user has administrator privileges), launched IE, Window border pops up momentarily, nothing in the client area, then closes. Doesn’t matter if iexplore.exe is launched from a shortcut, from explorer, or command line.Uninstalled IE9 from the Installed Updates in the Programs and Features – d

  • msdn
    internet-explorer-development-forums internet-explorer-web-development
    I have a Windows Form Control that am using to show users pictures on a secure server, e.g. log on required. The control that I have built runs fine in the Control Debugger but fails when I try to run it in IE 7. The error i get is:Request for the permission of type ‘System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089’ failed.How do I fix this? Can I enable VS 2005 to debug this while it runs in IE? Is there another approach that i could use? Ideal

  • msdn
    internet-explorer-development-forums internet-explorer-web-development
    Hi All,The URL https://artis.zsservices.com/InfoViewApp/logon.jsp is failing on IE6 but succeeds in IE8/IE9. “The page cannot be displayed” is the error what it shows. Actually the internet connection is fine.What could be the reason?I compared the Internet settings for all 3 browsers, I enabled/disabled the settings to match IE6 with IE8/IE9, but still the url fails.My searches on internet doesn’t gave me any clue. Thanks in Advance. Thanks & Regards, Saravanan

  • msdn
    internet-explorer-development-forums internet-explorer-web-development
    Hi, i have a problem using HttpSendRequestEx()/InternetWriteFile()/HttpEndRequest() with proxy authentication (NTLM authentication). The HttpEndRequest() is failing with 12032 error.I have followed method 3 specified in the KB article http://support.microsoft.com/default.aspx?scid=kb;en-us;194700. This works fine when i upload files to server hosted on IIS7, IIS7.5. But, when i try to upload files to my server hosted on IIS6, InternetWriteFile is failing with 12030 error.Thanks for any help

Web site is in building