Scrowler
08-20-2003, 10:20 AM
how do I refresh an iframe using onclick="" ?
<a href="page.asp" onclick="document.fact.refresh()">link</a>
? that's my code so far, and fact is the name of my iframe.. I want it to refresh it and goto the link aswell.
Just so you know, I have two iframes, one for content and one for facts, which I want to change at regular intervals (page change)
Thanks in advance
<a href="page.asp" onclick="document.fact.refresh()">link</a>
? that's my code so far, and fact is the name of my iframe.. I want it to refresh it and goto the link aswell.
Just so you know, I have two iframes, one for content and one for facts, which I want to change at regular intervals (page change)
Thanks in advance