Does anyone know how to get JavaScript to refresh the whole webpage rather than just a frame (the frame the script is in). I am using a template that has an inline frame, and I need that inline frame to refresh the whole page as details outside of the inline frame need to be changed.
echo "";
That only refreshes the inline frame, as does a few others... any one know how
2006-12-31
20:14:34
·
2 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
btw that first response does not work, it simply refreshes the inline frame it is placed in. I need the inline frame to call a function/script that will refresh the whole page not just the inline frame. Like when you press CTRL + F5, it refreshes the whole page.
Hard to explain, but basically the script is inside an inline frame and needs to refresh the frame/page it sits in.
Thanks.
2006-12-31
22:25:49 ·
update #1