Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: How can I refresh a page with Javascript 1.2


Message #1 by "Charles Carter" <Charles.Carter@i...> on Thu, 15 Feb 2001 22:29:48
If I understand correctly you are looking for:

document.location.reload(true) ;

Information on this method can be found in the DHTML reference link I sent
mentioned yesterday
(http://msdn.microsoft.com/workshop/author/dhtml/reference/dhtmlrefs.asp).
Click "Objects" -> "document" -> "Objects/Location" -> "Methods/Reload".

Cheers,
Anil

Sevina Technologies.
www.Sevina.com





----- Original Message -----
From: "Charles Carter" <Charles.Carter@i...>
To: "javascript" <javascript@p...>
Sent: Thursday, February 15, 2001 10:29 PM
Subject: [javascript] How can I refresh a page with Javascript 1.2


> I have a page that I am changing the td values and would like a know how
> to reload the page in javascript 1.2 ( a refresh/reload of the page ). If
> at all possible this solution needs to be IE 4.0 and Netscape 4.n
> compatible.
>
> thanks,
> Charles
>
>
>


  Return to Index