Javascript and same origin iframes
Posted
by hashc0de
on Stack Overflow
See other posts from Stack Overflow
or by hashc0de
Published on 2010-04-22T10:31:11Z
Indexed on
2010/04/22
10:33 UTC
Read the original article
Hit count: 131
JavaScript
|iframe
Is it possible to read/edit iframe contents(not only properties like src) with scripts that are on page but outside of this frame? I know that is impossible if source is from other site as it would be a big serurity hole, but I only ask whether it works for other content from the same origin.
© Stack Overflow or respective owner