IsAbsoluteURL (open)
Is this URL absolute ?
Syntax
LOADLIB "wh::internet/urls.whlib";
BOOLEAN FUNCTION IsAbsoluteURL(STRING url)Parameters
STRING urlURL to check
Return value
BOOLEANTrue if the specified URL is absolute
Is this URL absolute ?
LOADLIB "wh::internet/urls.whlib";
BOOLEAN FUNCTION IsAbsoluteURL(STRING url)STRING urlURL to check
BOOLEANTrue if the specified URL is absolute