Javascript Developer for Premission Denied Problem solving

Status
Not open for further replies.

doctorbinsibar

Junior Member
Joined
Jul 21, 2012
Messages
185
Reaction score
109
Hello,
i got a Script wich shows an iframe from an external domain.
Now it shows me the title of the iframe in the console.

document.getElementById('frame').contentDocument

But when i run to title directly it says pemission denied.

document.getElementById('frame').contentDocument.title

I need a developer who can solve this so i can get the title or the baseURI of the iframe
If you know a solution leave me a pm im gonna solve this problem as fast as possible
 
Dark beat me to it :p When your trying that across a different domain your getting into CSRF related issues.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top