Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] Frame refresh
- From: javascript@xxxxxxxxxx (Scott.Wiseman)
- Subject: [Javascript] Frame refresh
- Date: Fri, 21 Jun 2002 10:11:28 -0700
opener.location.reload(); -----Original Message----- From: phumes1 [mailto:phumes1@xxxxxxxxxx] 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@xxxxxxxxxx https://lists.LaTech.edu/mailman/listinfo/javascript
- Prev by Date: [Javascript] How do I retrieve values from custom attributes on a DIV?
- Next by Date: [Javascript] ASP Framesets and custom attributes.
- Previous by thread: [Javascript] Frame refresh
- Next by thread: [Javascript] ASP Framesets and custom attributes.
- Index(es):