reading a variable out of an iframe parent
|
|
Hey there, let's say I have this code:
Inside It doesn't work, so I'm asking: Is there a way to read variables inside an iframe page which are embedded inside the page embedding my frame page? Thanks! |
|
|
function() {
|
|
|
does this have anything to do with greasemonkey? also you could use top['foo']. |
|
|
im not sure of the original source of the question, but it could have to do with greasemonkey. on a page with frames, sometimes the script will be run on each window (or each frame). so in that case, it might be useful. |
|
|
It's not really about Greasemonkey, but I thought if I could find an answer to that, then here. Thanks! |
|
|
@Dot
|
