
October 26th, 2004, 03:39 PM
|
|
Contributing User
|
|
Join Date: Sep 2004
Posts: 154
Time spent in forums: 10 h 10 m
Reputation Power: 4
|
|
Jscript Refresh
Alright, I have a page with frames and I need some jscript that will refresh all of the frames from one frame.
For example, after frame 2 is done with its actions, it refreshes frame 1, 2, and 3 at the same time. I can currently refresh
whichever frame finishes an action with the code:
Code:
<meta http-equiv="Refresh" content="2; URL=http://localhost/MyWeb/Admin.asp">
It, unfortunately, only refreshes the current frame and I need all of the refreshed.
Thanks for the help,
-E
P.S.
If there is a way to refresh the whole page, like the refresh button in IE it would work too!
|