Home > Archive > ASP > September 2004 > Permission denied on Zindex after XP SP2
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Permission denied on Zindex after XP SP2
|
|
| JohnDpatriot 2004-09-27, 3:55 pm |
| 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.getElementById(document.getElementById('CurrentLayer').value).style.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] 2004-09-27, 3:55 pm |
| ASP has absolutely no idea what zIndex is. Notice this is *CLIENT-SIDE*
code? Please see an IE or DHTML newsgroup.
--
http://www.aspfaq.com/
(Reverse address to reply.)
"JohnDpatriot" <johndpatriot@myway.com> wrote in message
news:#oo259JpEHA.3860@TK2MSFTNGP10.phx.gbl...
> 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.getElementById(document.getElementById('CurrentLayer').value).style
..zIndex=1;
>
> Before XP SP2 this app worked, and still does on all non-sp2 machines.
>
> Any help would be great
>
> John,
|
|
|
|
|