S
spinybabler
Hi,
I tired to load new page in iframe using something like this:
window.frames['my_frame'].location = "testpage.html"; and also
document.getElementById('my_frame').src = "testpage.html"; The thing
is it works fine in firefox but doesn't show anything in IE, no
errors nothing. I even tried calling window.frames
['my_frame'].location.reload() but to no avail. Eveen after calling
document.getElementById('my_frame').src = "testpage.html"; I tried
calling document.getElementById('my_frame').src
=document.getElementById('my_frame').src; . But it didn't work either.
I would greatly appreciate any help in this regard.
Thank you very much for your time.
I tired to load new page in iframe using something like this:
window.frames['my_frame'].location = "testpage.html"; and also
document.getElementById('my_frame').src = "testpage.html"; The thing
is it works fine in firefox but doesn't show anything in IE, no
errors nothing. I even tried calling window.frames
['my_frame'].location.reload() but to no avail. Eveen after calling
document.getElementById('my_frame').src = "testpage.html"; I tried
calling document.getElementById('my_frame').src
=document.getElementById('my_frame').src; . But it didn't work either.
I would greatly appreciate any help in this regard.
Thank you very much for your time.