does anyone have some codes that pass data between iframe without using href? For example, using window.setInterval,
a function will be called to pass the value from the main window to the window inside iframe?
thx. Here is what I want to do. I want to assign the
value hello to the txt1 on a.html. I can't really use href because the event is based on the timer(with the things I want to accomplish, I cannot use href>. for instance:-
in b.html
----------------
<script>
function refresh() {
//i can't figure out this part
//it kept giving me document.frm1 is
//not defined or null
document.if1.document.frm1.txt1.value = "hello";
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.