Top "Asp-classic" questions

Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script-engine for dynamically-generated web pages.

Firefox Links to local or network pages do not work

I have a .asp application where image files (.PDF) are stored in a directory (fed by a copier/scanner). The …

firefox pdf asp-classic unc
Get the type of a variable in VBScript

How do I get the type of a variable using VBScript?

asp-classic vbscript
Hex-Value in Visual Basic

Can someone just help me refresh my mind? How do you specify hex values in a Visual Basic 6 / VBScript Source? …

vb6 asp-classic vbscript
String is not null, empty, or empty string

What is the quickest and easiest way (in Classic ASP) to check if a string has some string (that has …

vbscript asp-classic
Commenting code in ASP Classic

The way I know of hashing out code within ASP Classic is <%-- --%>. Would this be correct? …

asp-classic
Sending a 'application/soap+xml' SOAP request using Classic ASP

Any help with this would be appreciated; I've been at it for a few days now. Below is the code …

soap asp-classic msxml domdocument xmlhttprequest
ASP/VBScript - Int() vs CInt()

What is the difference in ASP/VBScript between Int() and CInt()?

asp-classic vbscript
How can I compare two dates in vbscript/ASP?

Using ASP classic, I need to somehow compare two dates with each other. How can I do this?

date asp-classic vbscript
ORDER BY clause is invalid unless TOP or FOR XML is also specified

I get "The ORDER BY clause is invalid in views, inline functions, derived tables, subqueries, and common table expressions, unless …

sql-server asp-classic
ASP Line-breaks - \n?

I have been searching for a way to insert linebreaks in my code for when I view my source. I …

asp-classic vbscript line-breaks