Gets the value for href
for the PODSLocation
object.
PODSLocation
attribute PODSString href;
loc.href
loc.href = href
PODSString PODSgetHref(PODSLocation* loc);
void PODSsetHref( PODSLocation* loc, PODSString href );
loc The PODSLocation
object.
href [in] The value for href
to set. This is a fully qualified Internet address.
The value for href
for the PODSLocation
object.
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.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |