Returns a url connection object for the specified url object.
Syntax
openConnection( url )
url.openConnection( )
Parameters
url
|
the url object to use.
|
Returns
urlconnection
|
the url connection object to the specified url object.
|
Example
ucon = u.openConnection( )
|