I have an IFRAME containing a page on the same domain as the parent (local network shared drive--not web server). If I put the full path to the page in the IFRAME's src, then I get the "Access Is Denied" error when trying to access elements on the child page.
Example: "//fileservername. example.com/folder/resource/childpage.html"
I've tried setting the domain on both the parent and child page (document.domai n...
Search Result
Collapse
5 results in 0.0014 seconds.
Keywords
Members
Tags
-
Access Is Denied error accessing IFRAME on same domain
-
How to use PHP file in src tag of img?
Hi, i want to use php file in src tag of image tag.
For example: i want to give the file name in the src tag of image as show below
<img src="image.php" >
In image.php file, i have echo the image named abc.jpg.SO, when i run the file, image.php, i am able to see the image
But when i run the other file in which <img src="image.php" > is there, then i am not able to... -
How to add SRC and event Script in same <Script>?
Hi please anybody help me..
in the script i add src="datetimepi cker.js".Code:<script language="java" type="text/javascript" src="datetimepicker.js">
For combo box also i put some scripting for generating dynamic combo box. so i put the event script
after this
...Code:<script language="java" type="text/javascript" src="datetimepicker.js">
-
Problem with HTML
When I am inserting an HTML code I get this error message when using codes containing an src= attribute. It says it must have defer="defer" after the url to work properly and then when I add this it still does not work.
What is the solution to this problem? -
calling image <img src=" .php" hiding img src
I wanna publish a script on my site which allows me to hide image
source.
i have rough idea abt it. i`ll point src to some php page like:
<img src="image.php" >
& in tht php wat exactly shud be done so tht user doesnt come to know
the real source location of image file upon clicking its properties.
I've seen websites doing this. can somebody post the script for it?
Thanx in adva...