ASP

Random strings in ASP

Random strings in ASP

A function in classic ASP VBSCRIPT I wrote to generate one-time key values to be used in a database for access control.

Read more…

ASP and ServerXMLHTTP with POST

ASP and ServerXMLHTTP with POST

When using Active Server Pages to make XMLHTTP requests, you can use both GET and POST. But for POST to work, you need to remember a content-type as well.

Read more…

Retrieving XML with ASP

Retrieving XML with ASP

Illustrates a way to deal with XML data through ASP DOM.

Read more…

Classes in ASP

Classes in ASP

Illustrates the use of classes in classic ASP.

Read more…