NTSsupport
07-31-2006, 04:55 PM
Script Title: Contractible Headers Script
Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/navigate2.htm
Greetings Everyone,
I am hoping someone can explain or point me in the right direction as to why I am seeing this permission denied error message. This message only appears on the initial page load in a new browser session of IE 6 in XP SP2.
Trying to rule options out, I checked a W2K computer with IE 6SP1 and there was no issue. I checked another XP SP2 computer running the same version of IE as me. No issue.
So it appears that the problem is with the browser on my computer.
I changed around some local security settings, and other options and still the same problem.
I hope that someone may have a quick answer for me on how to correct this problem.
The message I see in IE is as follows.
Line: 102
Char: 1
Error: Permissions denied
Code: 0
URL: http://internal website....
Line 102 of the code is:
uniqueidn=window.location.pathname+"firsttimeload"
In the section:
********************************************************
function do_onload(){
uniqueidn=window.location.pathname+"firsttimeload"
getElementbyClass("vnavsub")
if (enablepersist=="on" && typeof ccollect!="undefined"){
document.cookie=(get_cookie(uniqueidn)=="")? uniqueidn+"=1" : uniqueidn+"=0"
firsttimeload=(get_cookie(uniqueidn)==1)? 1 : 0 //check if this is 1st page load
if (!firsttimeload)
revivecontent()
}
********************************************************
}
The code is an exact copy from the DD website.
Any help would greatly be appreciated.
Thanks in advance for your time and help.
NTSsupport
Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/navigate2.htm
Greetings Everyone,
I am hoping someone can explain or point me in the right direction as to why I am seeing this permission denied error message. This message only appears on the initial page load in a new browser session of IE 6 in XP SP2.
Trying to rule options out, I checked a W2K computer with IE 6SP1 and there was no issue. I checked another XP SP2 computer running the same version of IE as me. No issue.
So it appears that the problem is with the browser on my computer.
I changed around some local security settings, and other options and still the same problem.
I hope that someone may have a quick answer for me on how to correct this problem.
The message I see in IE is as follows.
Line: 102
Char: 1
Error: Permissions denied
Code: 0
URL: http://internal website....
Line 102 of the code is:
uniqueidn=window.location.pathname+"firsttimeload"
In the section:
********************************************************
function do_onload(){
uniqueidn=window.location.pathname+"firsttimeload"
getElementbyClass("vnavsub")
if (enablepersist=="on" && typeof ccollect!="undefined"){
document.cookie=(get_cookie(uniqueidn)=="")? uniqueidn+"=1" : uniqueidn+"=0"
firsttimeload=(get_cookie(uniqueidn)==1)? 1 : 0 //check if this is 1st page load
if (!firsttimeload)
revivecontent()
}
********************************************************
}
The code is an exact copy from the DD website.
Any help would greatly be appreciated.
Thanks in advance for your time and help.
NTSsupport