Sets or returns the port number of the HTTP server.
Integer
ObjectName. HTTPPort
The default HTTP port number is 80. This property is used with IfSSL property.
When an error occurs and IfThrowException property is TRUE, an exception will be thrown. Check ErrorCode property and ErrorString property for error information.
IfSSL property, FTPUserName property, FTPPassword property, FTPPort property, ProxyServer property, FTPDownload, FTPUpload(), HTTPPassword property, HTTPUserName property, HTTPDownload(), HTTPUploadThroughPut(), HTTPUploadThroughPost()
JavaScript Sample:
<SCRIPT LANGUAGE="javascript"> function btnUpload_onclick() |