sRelURL2AbsURL (server-side)
Use this routine to convert a Uniform Resource Locator (URL) that is relative to the folder of the current action page into an absolute URL.
Definition
sRelURL2AbsURL(sRelURL)
Parameters
sRelURL
A string containing a URL that is relative to the folder of the current action page.
Return Value
A string containing an absolute URL that is functionally equivalent to the relative URL passed in the sRelURL parameter.
Remarks
This routine is available in the include file ASPUtil.asp.