Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   MakeRelativeLinkFromURL
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
HareScript
Internet connectivity
 
File transfer (FTP)
Hypertext transfer (HTTP)
IMAP library
MIME and RFC822
POP3 email
Simple Mail Transfer Protocol (SMTP)
TCP/IP connections
MakeRelativeLinkFromURL
  Convert an absolute URL to a relative one, if at all possible
 
Library wh::internet/http.whlib
 
Syntax PUBLIC STRING FUNCTION MakeRelativeLinkFromURL (STRING current_url,STRING convert_url)
 
Parameters
current_url Current page URL
convert_url URL to try to convert to a relatve
 
Returns Relative URL, if it was possible to make it. Otherwise, this function returns the original 'convert_url'
 
 
In library 'http'
AddVariableToUrl
CloseHTTPServer
DecodeHTTPAuthenticationHeader
DeleteVariableFromUrl
EncodeDigestAuthorizationHeader
FormatHttpDateTime
FormatISO8601DateTime
GetHTTPPage
GetHTTPPageHeaders
GetVariableFromUrl
IsAbsoluteUrl
IsValidPlainHTTPURL
MakeRelativeLinkFromURL
OpenHTTPServer
OpenHTTPServerOnSocket
OpenSecureHTTPServer
PostHTTPPage
PostHTTPPageMultipart
ReplaceVariableInUrl
ResolveToAbsoluteURL
SendHTTPRequest
SetHTTPAuthentication
 
Top To top of page