javascript thread: Refreshing a window
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
|





