permission denied error
-
Hai all, in my html page i use iframe for load a page <iframe src="some link" width="758" height="440" frameborder="no" scrolling="no"></iframe> while it load it shows the error message permission denied error ? but the same page work smoothly in other machine with IE6. thanks in advance
-
Hai all, in my html page i use iframe for load a page <iframe src="some link" width="758" height="440" frameborder="no" scrolling="no"></iframe> while it load it shows the error message permission denied error ? but the same page work smoothly in other machine with IE6. thanks in advance
seems u don't have proper permissions to that IP...contact administrator about that....
Ashish Sehajpal
-
Hai all, in my html page i use iframe for load a page <iframe src="some link" width="758" height="440" frameborder="no" scrolling="no"></iframe> while it load it shows the error message permission denied error ? but the same page work smoothly in other machine with IE6. thanks in advance
Cross site scripting prevention? Does the link exist on the same host as the parent page?
James Simpson Web Developer imebgo@hotmail.com P S - This is what part of the alphabet would look like if Q and R were eliminated
Mitch Hedberg -
Cross site scripting prevention? Does the link exist on the same host as the parent page?
James Simpson Web Developer imebgo@hotmail.com P S - This is what part of the alphabet would look like if Q and R were eliminated
Mitch HedbergParent page is client side,url in iframe is in server side, The url execute a javascript too.
-
Parent page is client side,url in iframe is in server side, The url execute a javascript too.
so, the parent page is a file of disk? and the IFRAME is a file from a webserve? That is most likely cross site scripting security in the browser stopping you doing that Can you request the parent page from the same webserver? James
James Simpson Web Developer imebgo@hotmail.com P S - This is what part of the alphabet would look like if Q and R were eliminated
Mitch Hedberg -
so, the parent page is a file of disk? and the IFRAME is a file from a webserve? That is most likely cross site scripting security in the browser stopping you doing that Can you request the parent page from the same webserver? James
James Simpson Web Developer imebgo@hotmail.com P S - This is what part of the alphabet would look like if Q and R were eliminated
Mitch HedbergThanks for kind replay... "permission Denined" error occure in some machine not all machine.Is any related to security property of IE. Regards vicky
-
Thanks for kind replay... "permission Denined" error occure in some machine not all machine.Is any related to security property of IE. Regards vicky
My guess its the Browser blocking it becuase the two pages are from different domains (eg , File System and Web Server) as for disabling that feature, im unsure if its possible in later version of IE and mozilla, but i could be wrong.. Google, would be your best bet now you know why the problem is occuring.. James
James Simpson Web Developer imebgo@hotmail.com P S - This is what part of the alphabet would look like if Q and R were eliminated
Mitch Hedberg