HI ALL-
I have been using the dhtml menu with my web application, but I seem to get "Microsoft JScript runtime error: Permission denied" at certain points during usage.
A specific instance is when I first enter the application, I select something on my page and then I maximize my screen. The error occurs on :
function ClcLft(){
if(MenuCentered!='left'&&MenuCentered!='justify'){
var Size=FrstWinWdth-(!Nav4?parseInt(FrstCntnr.style.width):FrstCntnr.clip.width);
StartLeft=M_StrtLft;
StartLeft+=MenuCentered=='right'?Size:Size/2}}
This also occurs for different reasons with different functions or variables being called. The system highlights functions that have "Cntnr" in it.
I know very little of javascript so I would not even know where to begin. In reading many blogs and forums, it appears that this has to do with security and permissions. However, I do not know how to resolve the situation.
Can someone help. I will provide more script if necessary.
Thank you.
I have been using the dhtml menu with my web application, but I seem to get "Microsoft JScript runtime error: Permission denied" at certain points during usage.
A specific instance is when I first enter the application, I select something on my page and then I maximize my screen. The error occurs on :
function ClcLft(){
if(MenuCentered!='left'&&MenuCentered!='justify'){
var Size=FrstWinWdth-(!Nav4?parseInt(FrstCntnr.style.width):FrstCntnr.clip.width);
StartLeft=M_StrtLft;
StartLeft+=MenuCentered=='right'?Size:Size/2}}
This also occurs for different reasons with different functions or variables being called. The system highlights functions that have "Cntnr" in it.
I know very little of javascript so I would not even know where to begin. In reading many blogs and forums, it appears that this has to do with security and permissions. However, I do not know how to resolve the situation.
Can someone help. I will provide more script if necessary.
Thank you.