[Javascript] Frame refresh

Scott.Wiseman swiseman at remax-cahi.com
Fri Jun 21 12:11:28 CDT 2002


opener.location.reload();

-----Original Message-----
From: phumes1 [mailto:phumes1 at rogers.com]
Sent: Friday, June 21, 2002 8:24 AM
To: Javascript @ LaTech.edu
Subject: [Javascript] Frame refresh



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>




_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript



More information about the Javascript mailing list