Using Javascript to manipulate items inside an iFrame?



This is a fucking disaster of a thing to do apparently. Javascript will only let you do it for files local to the script. You're not getting the source of anything thats on Http://

F.

Josh
 
You'd probably have a better time of it if you can use curl to get the page and instead of an iframe, put the contents in a div and use innerHTML to change it.
 
Is the iframe contained on the same domain? If not then the same domain policy won't let you get access to it.