Benim ana sayfada bir iframe var ve bu iframe (src php dosyası) çoğunlukla php kodu kullanır.
Bu iframe altındaki bu var:
window.parent.document.getElementById("qry_str").value='hey';
Ve ana (üst) dosyasında, ben JS ile iframe ayarlamak çalışıyorum bu gizli girişi var:
<input type="hidden" id="qry_str" name="qry_str">
Nothing happens when I try to set the value of this hidden input from inside the iframe. (Nothing shows up in the src code that is)! I have also tried setting the hidden inputs 'OnChange' event to an alert, but it won't alert because it isn't changed I guess!
Ben elementID uyarmak için denedim ve çalıştığını, eleman bulunursa çünkü elemanı bulur biliyorum!
Herhangi bir yardım için müteşekkir!