reload( )

Reloads the PODSLocation object (the window’s current document).

Interface

PODSLocation

IDL definition
void reload(PODSBoolean force);
JavaScript synopsis
loc.reload(force)
C synopsis
void PODSreload(
  PODSLocation* loc,
  PODSBoolean force
);
Parameters
  • loc   The PODSLocation object.

  • force   [in] If set to PODS_TRUE, the reload is forced. Otherwise it is not.

Returns

None

Remarks

The window’s current document is the document specified by href.reload( ) does not change the user’s browse history.

See also

replace( )