Returns a new url object using the specified protocol name, host name and filename.
Syntax
URL( string )
URL( protocol , host , file )
URL( protocol , host , port , file )
URL( url , string )
Parameters
string
|
the string representation of a url object.
|
protocol
|
the name of the protocol.
|
host
|
the name of the host.
|
port
|
the port number.
|
file
|
the name of the host file.
|
url
|
the url object to use as a context.
|
Returns
Example
u = URL( su )
|