Try this....
Put this in the head section of the page.
<SCRIPT language="vbscript">
sub refresh()
document.all.frame1.src="Frame pagename here"
end sub
</SCRIPT>
And this where you have the refresh button....
<IMG src="image.gif" border="0" alt="Refresh" onclick="vbscript:refresh()">
And also five the frame a name of "frame1"
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.