Click to See Complete Forum and Search --> : refresh topframe


marklamberigts
07-05-2003, 06:57 AM
Hi,

I need a javascript code to refresh a topframe.
The code must be placed in e.a an iframe and the page where the iframe in is, must automaticly refresh if the page with the code appears in the iframe.

Can anyone help me?

I'm sorry for my horrible english!

Khalid Ali
07-05-2003, 07:44 AM
you can use

window.location.reload(true);

and call this function whenever to reload the page,however use of metatags for refresh is even better