Hello all,
I am having a problem with inter-frame communication. I am copying a value from iframe to the parent frame. It is working fine with Firefox, it does copy the value to the parent frame. but in IE or Konqueror it doesnt work. any idea? i am a newbie.
thanking you all in advance.
I am having a problem with inter-frame communication. I am copying a value from iframe to the parent frame. It is working fine with Firefox, it does copy the value to the parent frame. but in IE or Konqueror it doesnt work. any idea? i am a newbie.
Code:
parent.document.getElementById('pscore').appendChild(y)