Javascript not working in Internet Explorer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • WS

    Javascript not working in Internet Explorer

    I have a new (XP) version of IE, but when I click on links that are
    javascript they do not seem to work and suggestings ??


  • Andrew Thompson

    #2
    Re: Javascript not working in Internet Explorer

    On Fri, 17 Sep 2004 14:03:38 +0100, WS wrote:
    [color=blue]
    > I have a new (XP) version of IE, but when I click on links that are
    > javascript they do not seem to work and suggestings ??[/color]

    It is probably the pop-up blocker supplied
    in IE service pack 2. Are these links pop-ups?

    What is a typical page that uses the broken links?
    (Give us an URL, rather than some vague desription
    like 'Yahoo games')

    --
    Andrew Thompson
    http://www.PhySci.org/codes/ Web & IT Help
    http://www.PhySci.org/ Open-source software suite
    http://www.1point1C.org/ Science & Technology
    http://www.lensescapes.com/ Images that escape the mundane

    Comment

    • kaeli

      #3
      Re: Javascript not working in Internet Explorer

      In article <414ae251$0$848 1$cc9e4d1f@news .dial.pipex.com >,
      wilamshields@ya hoo.co.uk enlightened us with...[color=blue]
      > I have a new (XP) version of IE, but when I click on links that are
      > javascript they do not seem to work and suggestings ??
      >
      >
      >[/color]

      Too many to list.

      Google this. You'll have plenty of things to check on.

      --
      --
      ~kaeli~
      The Bermuda Triangle got tired of warm weather. It moved to
      Finland. Now Santa Claus is missing.



      Comment

      • SkeanDu

        #4
        Re: Javascript not working in Internet Explorer


        WS wrote:[color=blue]
        > I have a new (XP) version of IE, but when I click on links that are
        > javascript they do not seem to work and suggestings ??[/color]

        I had the same problem and have solved it by doing the following!!

        Go to Start/Run and type
        "regsvr32 Shdocvw.dll" then
        "regsvr32 Oleaut32.dll"
        "regsvr32 Actxprxy.dll"
        "regsvr32 Mshtml.dll"
        "regsvr32 Urlmon.dll"
        "SFC /SCANNOW" (you may need to press 'r' for retry many times)
        Restart IE then "regsvr32 Shell32.dll"

        SkeanDu

        Comment

        Working...