Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Refreshing a window


Message #1 by "Gina Lenzi" <glibby@p...> on Sat, 31 Mar 2001 06:17:59
Just wanted to know how to refresh an existing window inside the input tag 
by using either action or onclick.  I have tried window.refresh and 
nothing happens.  How do I do this and how do I write the code?

My code is such:
<input type=button value="Refresh Page" onClick="window.refresh">

and the onClick did not do anything.  Also tried window.refresh(); and 
this was not a supported object.

Any hints??

Gina

  Return to Index