English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

2 answers

2006-12-31 21:56:33 · answer #1 · answered by meghamine2002 2 · 0 0

Simple easy methord to refresh the whole page simply place this code in every page


is say content="3; that mean after how many second the page refresh so you can change any number. say if you chage that to 10, the whole page will refresh i 10 second.


hope it doest help. good luck

2006-12-31 22:30:48 · answer #2 · answered by The-One 1 · 0 0

fedest.com, questions and answers