New2
Previous
Top
Next
Initializes a WebRequest using the specified URL and using the specifed code page encoding.
The code page values can be found here:
http://msdn2.microsoft.com/en-us/library/ms776446.aspx
Syntax: New2 (URL As String, CodePage As Int32)
Example:
Request.New2 ("http://www.basic4ppc.com",20127) 'ASCII encoding