| reload() This method is used to intiate a reload of the current window. The default is for a hard reload to be intiated. That is, the document will be reloaded from the cache, if the cache is active. To force a reload of the server-side file, use the reload (true) statement, which is an unconditional GET command. syntax: reload( optional boolean TRUE ) This method is used with the following: location
|