You are here: irt.org | BBS | javascript reload() command [This BBS is closed]
Posted by Ed on July 26, 1998 at 22:51:21:
I have a perl script that changes the content of one of my html pages
in a frame. I want the server to update the client page/ not use the
one cached. so i used the javascript command
location.reload ([true])
but it keeps executing the perl script that i used to change the html.
so i tried giving the location reference first like this:
parent.view.location="report.html"; parent.view.location.reload ([true])
* it didn't work either. Does anyone have any idea how i can reload the page in the frame
instead of have the perl script execute again.
thanks for any help
Sincerely
Ed Sweezey
Follow-ups:
You are here: irt.org | BBS | javascript reload() command [This BBS is closed]