Permission denied on Zindex after XP SP2

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

    Permission denied on Zindex after XP SP2

    After installing XP SP2 on my machine, I continually get the Script
    Error permission denied when I attempt to adjust the Zindex of an object
    on the page . see below

    document.getEle mentById(docume nt.getElementBy Id('CurrentLaye r').value).styl e.zIndex=1;

    Before XP SP2 this app worked, and still does on all non-sp2 machines.

    Any help would be great

    John,
  • Aaron [SQL Server MVP]

    #2
    Re: Permission denied on Zindex after XP SP2

    ASP has absolutely no idea what zIndex is. Notice this is *CLIENT-SIDE*
    code? Please see an IE or DHTML newsgroup.

    --
    Please contact this domain's administrator as their DNS Made Easy services have expired.

    (Reverse address to reply.)




    "JohnDpatri ot" <johndpatriot@m yway.com> wrote in message
    news:#oo259JpEH A.3860@TK2MSFTN GP10.phx.gbl...[color=blue]
    > After installing XP SP2 on my machine, I continually get the Script
    > Error permission denied when I attempt to adjust the Zindex of an object
    > on the page . see below
    >
    >[/color]
    document.getEle mentById(docume nt.getElementBy Id('CurrentLaye r').value).styl e
    ..zIndex=1;[color=blue]
    >
    > Before XP SP2 this app worked, and still does on all non-sp2 machines.
    >
    > Any help would be great
    >
    > John,[/color]


    Comment

    Working...