- 1,233 categories
- 40,467 scripts
Updated: 12/13/2006
- The Request object retrieves the values that the client browser passed to the server during an HTTP request. It is used to get information from the user. Using this object, you can dynamically create web pages and perform various server-side actions based on input from the user. In this tutorial the syntax, collections, properties and methods of the ASP Request object are described.
- Categories
- Tags
- Platforms
- Licenses
- Author
- This article explains what Active Server Pages is, and presents a few short examples such as ASP Syntax, Browser Detection.
- Webstores 2000 is an ASP application that allows you to build very high end, smart looking, intelligent and powerful stores. Key features include: Promotion Manager, Coupon Manager, 4 level category hierarchy, Real Time Credit Card processing, Import...
- iisCART2000 is a next generation ASP component based Ecommerce solution. With over 150 methods and properties, iisCART2000 puts significant new features in the hands of ASP web masters and developers. Main features include: Encryption/decryption, bro...
- Cookies can be used to remember things about a user when they come back to your site. Cookies expire after a certain amount of time which you can set. Also, the clients browser must have cookies enabled for them to work. Here is a very simple example...
- This simple ASP code allows you to create a calendar with today highlighted on your Web site. It lets you choose a day, month, and year to view, and with some minor modification will even put your events onto the page on the proper days. It''s b...