javascript - Permission denied to get property HTMLDocument.body -


i doing hidden http post in 1 page of application login application via iframe.

in iframe able access functions of application encounter javascript permission denied property htmldocument.body in application when try save , update contents.

any reasons weird behaviour , how resolve issue?

yes referencing domain. there anyway work around issue?

does iframe reference domain? if does, you're hitting browser's cross-site scripting defence.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -