href

Gets the value for href for the PODSLocation object.

Interface

PODSLocation

IDL definition
attribute PODSString href;
JavaScript synopsis
loc.href
loc.href = href
C synopsis
PODSString PODSgetHref(PODSLocation* loc);
void PODSsetHref(
  PODSLocation* loc,
  PODSString href
);
Parameters
  • loc   The PODSLocation object.

  • href   [in] The value for href to set. This is a fully qualified Internet address.

Returns

The value for href for the PODSLocation object.

Remarks

This is a fully qualified Internet address, the complete URL of the page being displayed. Other PODSLocation object properties are substrings of the href property. Changing the href property for a window correctly updates all of the other location properties.

See also

href, hash, host, pathname, port, protocol, search