[Javascript] Frame refresh

phumes1 phumes1 at rogers.com
Fri Jun 21 10:23:36 CDT 2002


Hi,

My site is plsit into 3 frames.

|    leftframe   |    middleframe    |    rightframe   |


I have a <ahref in the middleframe. When I click on that link a page gets loaded into the rightframe. I then have some JS that closes that page after 10 seconds.

How can I force a "refresh" on the "middleframe" frame automatically? Below is just a stab at it but it doesn't work.

Could someone help?


<script>
	setTimeout("self.close()",10);
//	top.display.location.middle="../index.html";
</script>







More information about the Javascript mailing list