replace( )

Replaces the PODSLocation object with a PODSLocation object for a different URL.

Interface

PODSLocation

IDL definition
void replace(PODSString url);
JavaScript synopsis
loc.replace(url)
C synopsis
void PODSreplace(
  PODSLocation*loc,
  PODSString url
);
Parameters
  • loc   The PODSLocation object.

  • url   [in] URL for the replacement PODSLocation object.

Returns

None

Remarks

The replace( ) method also replaces the current history entry with the new URL; the browse history is otherwise unchanged.

See also

reload( )