JavaScript Error Permission Denied Error
-
When I run my project i get the Permission Denied Error on IE 6.0 , But when I run it in Firefox then it works fine. What s the reason for that. Any Solution for that. Thanks in Advance.
-
When I run my project i get the Permission Denied Error on IE 6.0 , But when I run it in Firefox then it works fine. What s the reason for that. Any Solution for that. Thanks in Advance.
There are a number of reasons for this, one could be that you're writing to the page using javascript before it is loaded. I had that recently.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
There are a number of reasons for this, one could be that you're writing to the page using javascript before it is loaded. I had that recently.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Thanks for ur replay but my JS are called after page load. My question s that why it is working in Firefox.