Theo
Member
Hey all,
Ive got the following html code:
Is it possible to refresh the banner frame from within the folders frame?
Ive got the following html code:
Code:
<html>
<frameset rows="142, *" border="0">
<frame name="banner" src="banner.aspx" scrolling="no">
<frame name="folders" src="folders.aspx" scrolling="no">
</frameset>
</html>
Is it possible to refresh the banner frame from within the folders frame?