The ASP Emporium
Free Active Server Applications and Examples by Bill Gearhart
Online since Friday January 7, 2000

 home > code > classic asp apps

enter a phrase to search: (advanced search)


 h o m e 

 w h a t 's  n e w 

 a l l   c o d e 
  .net:
    • Fundamentals
    • C# Classes
  classic asp:
    • Code Library
    • ASP Apps
  general:
    • Tutorials
    • SQL

 d o w n l o a d s 

 u s e r   f o r u m s 

 l i n k s 

 s e a r c h 

 s u p p o r t 


Classic ASP Apps Archive

Where'd all the examples go? Most classic ASP apps have been moved to the Code Library.

@@IDENTITY [jscript]
Did you ever need to add a record to a table in your database and then retrieve the Identity or AutoNumber field of the record you just added? MS Access and SQL Server both support using the @@IDENTITY function to do just that.
http://www.aspemporium.com/aspapps.aspx?eid=38

Advertising Made Easy [VBScript]
Use the Ad Rotator Component to set up an advertising system to record click-thrus and monitor the popularity of ads while recording data about the user. Also includes an administration area to generate reports.
http://www.aspemporium.com/aspapps.aspx?eid=7

AutoResponder Object [VBScript]
Create a system to store a mailing list and use the ASPfreeMail component as an autoresponder to send a confirmation email when a client submits an address.
http://www.aspemporium.com/aspapps.aspx?eid=4

Billyboy Keno [VBScript]
Keno is a game found in most casinos. Playing is simple: choose 10 numbers and the computer will select 20 numbers. If you get 5 or more matches, you win an amount proportional to the number of matches...
http://www.aspemporium.com/aspapps.aspx?eid=29

BreadCrumbTrail Object [VBScript]
The new bread crumb trail is a fully featured VBScript Class! Now anyone can customize a dynamic navigation menu by simply setting properties and then calling a method.
http://www.aspemporium.com/aspapps.aspx?eid=36

Connecting to a Database and Retrieving Results in 9 Easy Steps [VBScript]
Now everybody can connect to a database. Simple database access is a huge feature of ASP and one of the most widely used by developers but when you are first learning, it's hard to separate the database stuff from the rest of the code so I made this example. I even removed the includes and everything!
http://www.aspemporium.com/aspapps.aspx?eid=19

Database Table and Field Summary [VBScript]
Get the field names and data types for every table in your database using an OLEDB connection string and a rarely used component called adox.catalog.
http://www.aspemporium.com/aspapps.aspx?eid=16

Day Planner and Schedule System [VBScript]
Create a day planner and schedule system that can be used and customized by visitors. This is the start of a great app. Check it out...
http://www.aspemporium.com/aspapps.aspx?eid=9

DirectoryBrowser Object [VBScript]
Browse through your entire web site with this system. Allows unrestricted surfing of your entire web site and all of it's sub directories - all from this one file! If you ever wanted to know how to sort data returned by the Scripting.FileSystemObject, this example is for you. This is Version 2.0 of the Complete Web Site Directory Browsing example, now known as the DirectoryBrowser Object.
http://www.aspemporium.com/aspapps.aspx?eid=33

HTMLTemplate Object [VBScript]
The HTML Template Object is a lightweight class whose sole purpose is to completely separate HTML from server side ASP code. Through the use of special HTML templates, a web page can be created by setting the parameters of the HTMLTemplate object to match those found within the chosen HTML template.
http://www.aspemporium.com/aspapps.aspx?eid=32

  [1]  2  3   [next >>]