IE6-IE8 problem

Carried out a "repair" to windows xp at the weekend and had problems with both BTNetprotect Plus (simple uninstall\reinstall sorted this), and BT Yahoo Online showing IE6 ( which I expected ). I thought using the download on the BT website would sort it but, no. Three hours later it was still "downloading updates for IE8". BT Yahoo Browser not showing in Add\Remove programs, the automatic uninstaller "not finding it", even phoned the Indian help desk, (boy am I sorry for renewing my contract last month). Server problems, BT Yahoo insecure? get another browser. How can they say these things, do BT ever mystery shop their helpline? Can any body help and could this help in getting out of contract early, been happy for nearly three years with them, but one phone call can change the world.

Don't use BT Yahoo Browser. It's bloated, unstable and just an advert for BT.
If you must use IE then use the vanilla version, better yet use Firefox/Chrome.
Also, I wouldn't use BTNetprotect Plus as there is too many issues with it. Try some 3rd party security like Comodo, much more advanced and is free.
If I helped, then consider clicking the star to the left

Similar Messages

  • DOCTYPE and window scrolling break mouse capture positioning in IE6/IE8

    If I specify the DOCTYPE header in my html page the following bug is observed:
    If you scroll the browser window down using the scroll wheel or the scroll bar and click on the map, the position is recorded with a vertical offset of the amount in which the window was scrolled. This problem happens in IE6 and IE8 (non compatibility mode) Firefox and IE7 work fine. Removing the DOCTYPE specification from the HTML document resolves the scroll button but causes other HTML compliant styling issues that I would prefer not to tackle.
    The doc types that cause the error that I have experimented with:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    or
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    The bug seems to be an IE6/8 bug or abnormality
    var mouseLoc = mapview.getMouseLocation();
    Some reference to this problem and a low level fix is described here
    http://unixpapa.com/js/mouse.html (under Finding Mouse Positions)
    I did override a method in the (unfortunately obfuscated) oraclemap.js
    Add the following method 'after' loading the oraclemaps.js
    This resolves the problem - so far - i am unsure of any side effects it causes.
    MVUtil._f175=function(x56)
    x56=(x56)?x56:((window.event)?event:null);
    var x57=0;
    var x58=0;
    if(x56.pageX)
    x57=x56.pageX;
    x58=x56.pageY;
    else if(x56.clientX)
    x57=x56.clientX+document.body.scrollLeft-document.body.clientLeft;
    x58=x56.clientY+document.body.scrollTop-document.body.clientTop;
    // BUG FIX - Included the scrollTop in the check below....
    if(document.body.parentElement&&(document.body.parentElement.clientLeft || document.body.parentElement.scrollTop))
    var x59=document.body.parentElement;
    x57+=x59.scrollLeft-x59.clientLeft;
    x58+=x59.scrollTop-x59.clientTop;
    Edited by: user11202763 on Oct 6, 2009 3:09 PM
    Edited by: user11202763 on Oct 6, 2009 3:21 PM

    Add the doc type to the FIRST line of the HTML file
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    Add some javascript so that if you click on the map, it places a marker on the map at the point of the mouse click.
    Then show the map, resize the window so you have scroll bars (make it smaller). Scroll down and click the map, you will notice that the point clicked on is the offset by the distance that the window has been scrolled down.

  • Spry on ie8 problem

    Hi All,
    First of all i do apologize if i am posting this in the wrong
    place,
    my problem is that when i create a spry menu, its all messed
    up when looked at from ie8
    but it looks all OK in ie6 and other browsers, i read about
    an explorer hack on the net but
    not sure on how to do it, or maybe there is another simple
    way to get round this problem.
    I am a bit of a newbie so please try to be not so complicated
    in the replies :)
    i made a test page, the url is www.hanpacific.com/test.html
    maybe that might help
    i am using dreamweaver cs3
    thanks very much to all that reply

    A few problems. First your Spry is out of date. Download the
    updater package to update from your current version to the latest
    1.6.1:
    http://labs.adobe.com/technologies/spry/home.html
    Second, be sure to note that IE 8, is NOT a final release.
    Thus it is not a good idea to test at this point. You are at least
    1 year out from IE 8 going final, probably around the same time as
    Office 2009/2010 and Windows 7. Be sure to look at your site
    statistics and, if the beta for IE 8 has a high enough percentage,
    then consider tweaking the code. Also remember IE 8 is based on the
    CSS 2.1 standards unlike Firefox, Safari and Chrome which are using
    the CSS 3 standards. This should not affect the menu but is
    something to keep in mind when styling the buttons.

  • ValidationTextField in IE6 IE7 problem, 1st keystroke ignored

    hi,
    i have a very interesting problem with "ValidationTextField"
    in IE6 and IE7.
    the validation on textfiels starts at 2nd keystroke, the
    first keystroke in the field is ignored,
    if iset the values by javascript like
    $('theMovieTitle1').value = $('theNewText1').innerHTML;
    $('theMovieTitle2').value = 'Hallo ';
    $('theMovieTitle3').value = 'Hallo ÖÄÜ';
    $('movieDescription').value = 'Austria Österreich
    Fräulein ';
    hmm??
    you can see/test it here:
    http://www.startup-service.com/Spry/demos/formsvalidation/testvalidate.html
    thanks
    herbert

    I don't see that behaviour on your example in IE7 or Firefox.
    If i highlight the text in the field and then begin typing the
    validation occurs immediately
    Can you explain how you are seeing it so i can try to
    recreate?

  • IE6 PNG Problem and IE Alignment

    http://www.jdcdemo.com/blf/index.html
    The PNG people image, processed in PSCS3 with transparent BG
    looks as expected in FF, but IE6 adds a blue background. I still
    have the original psd image with a layer mask to make the
    transparency, so I can go back to square one with the image if
    necessary. Is this an IE6 thing or have I done something wrong.
    Also the headline table is a bit higher than the side bar to the
    right and I have not been able to fix that. I am transitioning from
    GLCS2 to DWCS3 and this is my first serious endeavor with DW.
    Thanks in advance,
    Joe
    PS: The help I've been getting on this board is
    grrrrrrrrrrrrreat!

    It is an IE problem. 6 & lower do not support PNG 24-bit
    transparency. You
    can make it work. There are several workarounds. This seems
    to be the most
    popular:
    http://www.twinhelix.com/css/iepngfix/
    Walt
    "camelbreath" <[email protected]> wrote in
    message
    news:fpd8gd$pvg$[email protected]..
    >
    http://www.jdcdemo.com/blf/index.html
    > The PNG people image, processed in PSCS3 with
    transparent BG looks as
    > expected
    > in FF, but IE6 adds a blue background. I still have the
    original psd image
    > with
    > a layer mask to make the transparency, so I can go back
    to square one with
    > the
    > image if necessary. Is this an IE6 thing or have I done
    something wrong.
    > Also
    > the headline table is a bit higher than the side bar to
    the right and I
    > have
    > not been able to fix that. I am transitioning from GLCS2
    to DWCS3 and this
    > is
    > my first serious endeavor with DW.
    > Thanks in advance,
    > Joe
    > PS: The help I've been getting on this board is
    grrrrrrrrrrrrreat!
    >

  • Spry horizontal menu / IE8 problems

    I'm building a website with a horizontal nav bar using SPRY.  It runs fine in Firefox, but when  I preview the nav bar in IE8 the dropdown submenus don't show up.
    How do  I fix this?  Any help would be much appreciated.

    You must have fixed it in the meantime as I see no problem.
    Gramps

  • Flash Player with IE8 problems

    I have Vista 64 bit and   McAfee security suite.  The system came with IE8, and has been running Flash  Player
    until Tuesday.  Now I get  the white box with the little red x.  It says I don't have FP and should  download it.
    Also, embedded pictures in  e-mail do the same.
    When I started IE, my  homepage is yahoo, a box appeared that said 'A problem occurred, the page would  restart'.
    When I clicked ok, a file  started to download and ran a setup program.  McAfee normally asks if I want to  allow this,
    but not this time.  It  created a folder in Program Files X86\e-set.  The scan started id'ing everything  as a threat and
    I should click on 'fix'.  I  couldn't kill the program,  I couldn't delete the .exe.  I was able to rename  it, but when I tried
    to soft boot the scan id'd  taskmgr as a threat.  I cycled power and the scan didn't restart.
    I found a malware scan on  MS support and downloaded and ran it.  It also removed a file named Rogue  fakesystem32.
    That's when I started to  have these problems.
    I can't remember the name  of the bad scan, but it said it was created by Heavenstools.
    I downloaded a beta version  of 64 bit FP, but after reading this board, I checked and it was in SYS32 and  not in
    SYSWOW64.  I copied them  over.
    The MS scanner removed the the problem software.  Everything else works, I'm
    using the PC now.  FP works in FF and Google browsers.
    I can't run any player on IE, Youtube, EBAUMSWORLD, newspaper crosswords
    etc.
    McAfee did nothing on the malware.  I ran a quick scan AND a scan on the
    e-set folder itself.  I can't remember how or where I found the MS scan.  It
    was on MS/support.
    I've tried getting into Adobe on the other browsers too.
    Les H

    *Go to C:\Windows\System32\Macromed\Flash Open Flash and post back all files
    listed there. The NPSWF files you'll need to right click on and then click
    on Properties to obtain the version numbers.*
    FlashInstall  4/30/11  text file
    *While you are there, replace "System32" with SysWOW64 and post back the
    files listed there.*
        Do you mean all of System32 or just \Adobe  and \Macromed?
        Contents of SYSWOW64:
          \Adobe
             \Director
                  M5drvr                app
                  M5if32.dll           app ext
                  MP32dsw.dll       app ext
                  SwDir.dll             app ext
                 SWDNLD            app
             \Shockwave11
                  \Xtras
                        autodownload     text
                        CBrowser            x32
                        INetURL             x32
                        Multiusr              x32
                        Netfile                 x32
                        Netlingo              x32
                        Speech                x32
                 Control.dll            app ext
                 dirapi.dll               app ext
                 DynaPlayer.dll      app ext
                 gi.dll                      app ext
                 gt                           app
                 gtapi.dll                 app ext
                 Iml32.dll                app ext
                 Plugin.dll               app ext
                 Proj.dll                   app ext
                 Shockwave_Projector_Loader     DCR file
                 SWHelper_1150600    app
                 SWInit                         app
                 SWLogo                      bitmap
                 SWMenu.dll                app ext
                 uninstaller                    app
    *Using IE8, go to Tools>Manage addons under "Show"(very light text) look in
    all 4 categories for Shockwave Flash Object. Is it Installed and Enabled? If
    so what Flash Player version is it?*
    No.  In Toolbars Extensions there is Adobe PDF Link Helper   ver
    10.0.1.434
    *That Rogue Fakesystem32, was more than likely a Trojan. Now is that folder
    still in Program files X86\e-set?*
                  No.
    *After you obtain the above information for me, go to
    http://www.malwarebytes.org
    and download and SAVE this to your Desktop.*
    *Click on the Update feature and allow it to update. Then close it.*
             Waiting for your answer about replacing Sys32.
    *Next, close all browser windows. Disable McAfee this way:*

  • Skype 7.1 doesn't let me sign in - IE8 problems

    To the person who sucessfully downloaded and installed an older version (6. whatever it was): Where did you find the older version? Could you please send a link?
    I've been having lots of trouble trying to use Skype version 7.1. Seems like it installs but it will never let me sign in.
    Very frustrating. Version 7.1 seems not to work for someone with an older computer still using XP (with service pack 3, 32 bit).
    Could this issue be related to problems with Internet Explorer 8? Under the system requirements for this latest version of Skype it says I need Explorer 8. Well, that's easier said than done! My Explorer is not working (I believe I have 'Modver: 8.0.6001.19328') and seems to be corrupted. So far I've been unable to update it, or uninstall it. And even if I figure out how to uninstall, I'm afraid that afterwards I won't be able to re-install Explorer 8 (which BTW I would need ONLY for Skype, since I normally use Firefox). When I go to Microsoft.com downloads and look up Explorer 8, I get this message: "Internet Explorer 8 is not compatible with your system. You are running Windows XP 32-bit."
    What can I do?? Any help or suggestions would be much appreciated!
    Thanks!!!
    Solved!
    Go to Solution.

    Windows_XP_SP3 wrote:
    To the person who sucessfully downloaded and installed an older version (6. whatever it was): Where did you find the older version? Could you please send a link?
    I've been having lots of trouble trying to use Skype version 7.1. Seems like it installs but it will never let me sign in.
    Very frustrating. Version 7.1 seems not to work for someone with an older computer still using XP (with service pack 3, 32 bit).
    Could this issue be related to problems with Internet Explorer 8? Under the system requirements for this latest version of Skype it says I need Explorer 8. Well, that's easier said than done! My Explorer is not working (I believe I have 'Modver: 8.0.6001.19328') and seems to be corrupted. So far I've been unable to update it, or uninstall it. And even if I figure out how to uninstall, I'm afraid that afterwards I won't be able to re-install Explorer 8 (which BTW I would need ONLY for Skype, since I normally use Firefox). When I go to Microsoft.com downloads and look up Explorer 8, I get this message: "Internet Explorer 8 is not compatible with your system. You are running Windows XP 32-bit."
    What can I do?? Any help or suggestions would be much appreciated!
    Thanks!!!
    Even with an older Skype version you will not be able to login if your Internet Explorer is defect.
    Try first to reset all Internet Explorer settings to default.
    http://windows.microsoft.com/en-us/windows-vista/r​eset-internet-explorer-8-settings
    If this will still not help, then try to reinstall IE8.
    http://filehippo.com/download_internet_explorer_xp

  • Custom Discover -- Targeted Proxy Controller, browser IE8 problem.

    Hi
    By Custom Discover --> Targeted Proxy Controller can not been choose.
    Version in use: 11.1.0.1536
    Found out following workaround:
    Using Firefox browser - it's working.
    Only the IE8 on Vista-Client is not working.
    Java Plug-in 1.6.0_14 is running
    Has someone else experienced a similar problem?
    Thanks

    Hi
    By Custom Discover --> Targeted Proxy Controller can not been choose.
    Version in use: 11.1.0.1536
    Found out following workaround:
    Using Firefox browser - it's working.
    Only the IE8 on Vista-Client is not working.
    Java Plug-in 1.6.0_14 is running
    Has someone else experienced a similar problem?
    Thanks

  • IE6 applets problems

    Hello everybody.
    I have a problem with some applets developed with Eclipse 3.2 that I have created for a web application that works with IE6. Here is the problem:
    When I run the applet with the IE7, the jvm 1.5.0 with the build 1.5.0_11-b03 and with this tag...
    <applet code="form_reports.class" width=750 height=275 align="middle">
    </applet>
    ... the applet runs.
    But if I run this tag with IE6 and the same jvm, it doesn't show nothing, and the jvm console give me this error:
    Exception in thread "Thread-2" java.lang.IllegalArgumentException
    at sun.net.www.ParseUtil.decode(Unknown Source)
    at sun.net.www.protocol.file.Handler.openConnection(Unknown Source)
    at sun.net.www.protocol.file.Handler.openConnection(Unknown Source)
    at java.net.URL.openConnection(Unknown Source)
    at sun.applet.AppletPanel.getAccessControlContext(Unknown Source)
    at sun.applet.AppletPanel.getClassLoader(Unknown Source)
    at sun.applet.AppletPanel.createAppletThread(Unknown Source)
    at sun.applet.AppletPanel.init(Unknown Source)
    at sun.plugin.AppletViewer.createClassLoader(Unknown Source)
    at sun.plugin.AppletViewer.appletInit(Unknown Source)
    at sun.plugin.viewer.LifeCycleManager.initAppletPanel(Unknown Source)
    at sun.plugin.viewer.IExplorerPluginObject$Initer.run(Unknown Source)
    Does anybody know why? What should I do to let IE6 show the applets?
    Could be the problem that I complied the .class with eclipse 3.2 and IE7?
    I have tried to change the applet tag for the object one and if I do this it doesn't work in IE6 and IE7 either.
    Thank you very much.

    this also means you can't view any applets on the web with IE6. So get another browser (netscape is a lame browser, but very java friendly). Or you can use the command line like so:
    appletviewer <url>One way I forced my IE6 to use 1.4 plugin with the <applet> tag is to install the 1.4 plugin while IE5 is installed, then install IE6. I don't know if this works for everyone though...

  • WebUI and IE8 problem

    Hi, as we are upgrading to IE8 we got a problem with WebUI. The 'header area' of the WebUI uses http and the 'work area' uses https. This results in a warning message 'Do you want to view only the web page content that was delivered securely?' when I run WebUI. If I answer 'No' the page is displayed correctly - If I answer 'Yes' the 'header area' is not displayed (an IE error page gets displayed 'This page could not....' (only where the header should be, the rest of the page is displayed correctly)).
    Does anyone have any idea of where I can change the header area to use https as the rest of the WebUI?
    Any response is greatly appriciated!
    Best Regards Eva

    Hi Karlos
    My reason for asking about first clicking is because in IE normally the Flash object has focus straight away. But in Firefox, you first have to click the Flash object on the page to shift focus there before a keyboard shortcut will work. I wondered if IE8 was changing this playing field.
    Configuring a Click Box is simple. You insert the Click Box, then choose the action. For the shortcut, you click the Select keys... button and enable things via the "Attach a shortcut" check box. Then you choose the keys and/or modifiers you want.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • IE6 openModalDialog problems with applet events

    Hi
    I have an applet within an htm document whichich is opened from another web page using the openModalDialog method (or openModelessDialog).
    The applet itself works fine, giving the desired result when I do an updateGrid(true).  However, IE just hangs if I try to add an UPDATED event to the applet.
    Any ideas?
    Nick

    Nick,
    While Glenn's solution may seem to work it is not recommended to lock your application to a particular version of the Sun JRE client, especially one that is quite old and pre-dates the corrections to the changes in Daylight Savings Time. 
    The method you are trying to use must cause an issue where the combination of Internet Explorer and the Sun Plug-in don't play well together.  I would imagine that some targeted Google searches should yield other discussions with people experiencing similar problems.  Some of the version 12.0 menu pages with popups emulate a modal effect while using a more traditional window.open method, and this should work fine with IE/Sun, irregardless of version.  If I recall correctly it uses a div that covers the area behind the popup window that stops you from clicking 'off' the popup.  A Google search might also help you find some good samples of making a traditional window.open act as a modal too.
    Regards,
    Jeremy

  • Spry Accordian IE6 display problem

    Hi have some test data in a site using the Accordian panels.
    The url is
    http://208.106.129.95/cfbc/news-events.php#
    In IE6, the item called "Test Event 2" is behaving rather
    strangely. While it opens when you click on the heading, if you put
    your mouse over another heading, the content area goes blank.
    Not even sure where to begin with this one. The other samples
    there seem to work fine and don't exhibit this behaviour.

    A follow up to this. I changed the items on the page. What I
    noticed is that if I open a tab, move down below the open tab to
    the next tab and just hover the mouse over the title, the content
    in the open tab disappears. Then if I either scroll up, or put the
    mouse over a tab above the open tab, the content comes back. It
    only happens in IE6. I tried removing all the div's I've inserted
    in to format the content, just leaving the AccordianPanelContent
    div around the content, it still does the same thing.

  • ValidationTextField in IE6 IE7 problem...

    hi agian,
    as explained in my
    previus
    post regarding the "ValidationTextField problem" if i set the
    textfield values by javascript, the same problem occurs in IE 6 and
    IE 7 if you click on the RESET button and then make changes in the
    textfield (Title) .
    The first entry in Textfields does not validate!!
    pls try it with the original forms validation sample:
    http://labs.adobe.com/technologies/spry/demos/formsvalidation/index.html
    is there a "workaround" for this problem?
    regards
    herbert

    hi john,
    if you type something in the title field when theform is
    loaded, everything works fine.
    but after clicking the reset button, if you type something in
    the title field, the validation starts on 2nd keystroke.
    IE 6 and IE 7.
    @dragos
    thanks, i think this bug was traceable for you
    regards
    herbert

  • IE8 problem showing report

    I'm displaying a report on a asp.net webpage using the viewer that comes with Visual Studio 2008.
    The report has a valid ole db connection to a sql sever 2005 database.
    There are some parameters in the report, and when I'm browsing to the webpage, the parameter screen is shown. And after entering the parameters, the report is shown also after some minutes (sometimes it takes 10 minutes to complete) because the report is very complex, and there is a lot of data inside the database.
    Because of that, I have set some timeouts to very large numbers.
    - Web.config: <sessionState timeout="60" /> <!-- this is 60 minutes -->
    - web.config: <httpRuntime  maxRequestLength="4096" executionTimeout="2700"/> <!-- execution timeout is 45 minutes -->
    - iis connection timeout: 1.800 seconds
    Now i've 3 machines that i've been using to test this report.
    1: Windows Server 2003 Web Edition SP2, IE version: 8.0.6001.18702
    2: Windows Server 2003 R2 Standard Edition SP2, IE version: 8.0.6001.18702
    3: Windows 7, IE version: 8.0.7600.16385
    Now on the machine with nr 1, the website will return after less then 2 minutes with the error:  Internet Explorer cannot display the webpage.
    I've checked compatibility view settings, security settings - internet zone, and set the advanced setting: Show friendly HTTP error messages to false, but still i get this error message.
    Can anyone please help me with this problem..

    With simple reports the report is displayed within 2 minutes, but if the report is more complex, and the report will take more than 2 minutes (or sometimes 5 minutes) to complete, the browser will come with the error:
    Internet Explorer cannot display the webpage.
    This only occurs on the machine mentioned at #1 (see initial post).
    There is not problem with the connection, because the 'parameter' screen is visible within a couple of seconds when calling the web page. After entering some parameters in that screen, the report should be visible with the results within about 5 minutes (on the machines listed at #2 and #3).
    But on the machine #1 the mentioned error will occur sometimes within 45 seconds. This is an error from IE, not from the webpage I programmed. I've entered some log lines to the asp.net webpage, and I see in that logging that the report is still 'building' after the error occurs. So this must be a problem with the client computer where the webpage is called from?!? Or am I making the wrong conclusion?!? But I do not know what the problem is, and I cannot find a solution.
    Another way to go is make this specific report perform faster using some other techniques like schedule a sql query to fill a temporary table so the report can use that table to create the report, but still then a report can take up-to 2 minutes to build I think, and if I get an IE error after 45 seconds, the initial problem still remains.

Maybe you are looking for

  • Events in CMC

    Hi All, How we can create Events in CMC & why need to create it? please reply ASAP Regards,

  • Easily Editable CSS Image Gallery Template

    I'm trying to create a template to hold product thumbnails in Dreamweaver MX 2004 that would allow me to put new products at the beginning of the gallery page... using a float; left: to bump the thumbnails down to the next 'row'... See attached files

  • Please explain why SMPT error message is occurring and how to find my password

    SMPT error message is occurring every time I try and send an email. How do I recover this password? I do not remember what it would be.

  • Lightroom 1.0.1 -- when?

    Is it likely there will be a bugfix release/update SOON? In my opinion it is really needed, thinking of the bugs/crashes I experience all the time. Barely acceptable for those who already paid EUR/USD 200 for this -- or looking forward to do so.

  • Heading to italy need some help new to mac

    hey everybody i just bought an ibook g4 a few days ago and i love it. i am heading overseas to italy to stay with some family for the summer. and i wanted to know if i would be able to get wireless internet there or if there is wi-fi if my airport ex