Code Comments
Programming Forum and web based access to our favorite programming groups.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,
Post Follow-up to this messageASP 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,
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.