I'm getting an Access Denied or Permission Denied error.
What I'm doing:
Iframe.cfm is located at this has an Iframe tag:
<iframe.... src="
Default.cfm is located at This is the src for the iframe.
Once default.cfm loads it tries to resize the height of the iframe. When Iframe.cfm is on the same domain, this works fine. When its on a different domain, this doesn't work. Is there anything I can do about this?
What I'm doing:
Iframe.cfm is located at this has an Iframe tag:
<iframe.... src="
Default.cfm is located at This is the src for the iframe.
Once default.cfm loads it tries to resize the height of the iframe. When Iframe.cfm is on the same domain, this works fine. When its on a different domain, this doesn't work. Is there anything I can do about this?