peacecodotnet
Programmer
I tried changing the source of an IFRAME through javascript, but it didn't do anything. I regret that I am not at my home computer, so I don't have any code right now, but it went something like this:
in the JavaScript, I had:
TheFrame.src = "
and the frame looks like:
<iframe id="TheFrame" src=" width="100%" height="500"></iframe>
What am I doing wrong? Is there maybe a way to refresh the IFRAME only, without refreshing the rest of the page?
Any help is greatly appreciated.
Peace out,
Peace Co.
in the JavaScript, I had:
TheFrame.src = "
and the frame looks like:
<iframe id="TheFrame" src=" width="100%" height="500"></iframe>
What am I doing wrong? Is there maybe a way to refresh the IFRAME only, without refreshing the rest of the page?
Any help is greatly appreciated.
Peace out,
Peace Co.