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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -