Im familiar with accessing parent windows like this:
window.parent.document.getElementById("ad_nr")
But what if I want to access a child window from a parent? (iframe for example) and then set a hidden input in there to some value created in the parent window, how is this done?
Probably easy but I have missed it, so Im asking you guys!
Thanks