Top Rated Scripts | ASP
Recursive Functions
posted bymuhammad.uminDevelopment
A function that calls itself repeatedly, satisfying some condition is called a Recursive Function. Using recursion, we split a complex problem into its single simplest case. The recursive function only knows how to solve that simplest case. You'll see the difference between solving a problem iteratively and recursively later.
Reviews0
PriceFree
Views1900
How the Print this Page Script Works
posted bymitchellinContent Management
This article discusses how the "Print this Page" option works. (The "Print this Page" option turns articles into a printer-friendly version, removing the menus, header graphics, and advertising.) If you are looking to add a printable version of your Web pages on your Web site, be sure to read this article.
Reviews0
PriceFree
Views8033
iisCARTex
posted byinfoinCurrency Exchange
iisCARTexchange handles currency exchange two and from over 175 currencies and precious metals. It also performs real-time value lookups with local caching for near instant returns, automatic rate updates at any interval. See site for features and demo.
Reviews0
PriceFree
Views2571
Random Passwords
posted bymanikantaninRandomizing
This is a quick and easy example of how to create a random password and mail it to the person who tried to register at your site.
Reviews0
PriceFree
Views3148
Running Stored Procedures in Access Database
posted bywebmasterinDatabase-related
Explains everything in detail you'll ever need to know about creating Stored Procedures in Access Database and then calling from within ASP. Select, Update, Insert and Delete Stored Procedures are described. Sample code and database available for download.
Reviews0
PriceFree
Views3691
Database Paged Search
posted byjohninDatabase-related
This is a sample code that combines a Database Paging and a Database Search script into one. It shows you how to perform a wilcard search on a database table and then page through the results.
Reviews0
PriceFree
Views4307
Display Table Script Writer
posted byinfoinDatabase-related
This is a Web-based script writer that generates an ASP code for displaying an Access or SQL Server database using user-submitted variable names and the name of the table. Copy the output code into an asp document on your web server and your db is ready to be displayed on the web. The DSN connection requires that you register the DSN for the db prior to executing the code.
Reviews0
PriceFree
Views2093
Request.Form and Stack Overflow
posted byinfoinForm Processing
Full VBS code, which lets you accept x-www-form-urlencoded forms in ASP without limit of size using BinaryRead (Request.Form has 100kB limit), recomended solution from MS KB (Q273482). Source of URLDecode function included.
Reviews0
PriceFree
Views2396
Object Moved
posted byinfoinRedirection
A small code snippet that lets you eliminate 'Object Moved, This object may be found here' problem that occur on IIS server with some versions of proxy servers.
Reviews0
PriceFree
Views3000
Word Wrap Sample Code
posted bywebmasterinString Processing
This sample code shows how to take a string and word wrap it to a certain length. This can be helpful for email message bodies or when formatting with the pre tag.
Reviews0
PriceFree
Views3164
Intranet News System
posted byt0ddlginNews Publishing
The Intranet News System was designed for an Intranet for people in their various departments to be able to update the news on their web pages without e-mailing the news admin to do it for them. The admin system allows you to add/edit/delete users, add their table to the Access 2000 database, and maintain security for user news editing. It also will e-mail forgotten passwords using CDONTS or JMail, and the text is formatted with one .CSS file for easy customization. The user management system is a modified version of Asp Client Check. Edit the config files, and you're ready to create users who can post news. Edit their news include file, and they are off and running, leaving you to do more fun things rather than update their department web page.
Reviews0
PriceFree
Views14249
If...Then...Else / For...Next Instructions
posted bywebmasterinDevelopment
A short tutorial on the If....Then...Else instructions sequence in ASP that is very similar to the one in different kind of scripting languages.
Reviews0
PriceFree
Views2119
Bugs Online
posted byjason.readinBug Tracking
A very simple yet powerful ASP/Access based bug tracking system for use with a Microsoft IIS Web server. This system includes multiple project capabilities and graphical reporting. Very easy to set up, configure, and use.
Reviews0
PriceFree
Views7038
Remote Scripting With JavaScript and ASP
posted byarticlesinMiscellaneous
Remote scripting is an extremely powerful feature available in both Netscape Navigator and Internet Explorer. It allows us to use a combination of scripting languages to call server side ASP code from the client using JavaScript. This article shows us how to install remote scripting as well as two examples of using it to interact with ASP scripts using client-side JavaScript code.
Reviews0
PriceFree
Views1993
AspNews
posted bywillsinNews Publishing
Update and maintain articles and news items on your web site with this full-featured and extremely flexible News System. Includes optional
visitor news submissions, multiple administrator access and more.
Reviews0
PriceFree
Views3557
TCLink
posted byadaminCredit Card Processing
TCLink is a thin client API which can run credit card transactions over TCP/IP. Features include: An easy-to-use interface; Encryption using SSL and trusted certificates; Fast transactions times (average about 1.2 seconds end-to-end); and Fail-over to geographically distributed servers for extreme reliability. Example code for ASP, ColdFusion, PHP, Python, Perl, and Delphi is included.
Reviews0
PriceFree
Views2740
Free Form-to-file
posted bywebmasterinForm Processors
This personalized copy and paste script will save to a file information obtained from any form independentely of input fields number. It will create all necessary folders and files in the server. Each time a form is processed a new file will be create, and in order to check information in those files a copy and paste script is also provided. The script is personalized with a random number for each visitor to the page.
Reviews0
PriceFree
Views6562
Simple Text Counter
This example is a simple text based counter that will only show page views, not actual visitors. It uses the File Scripting Object to interact with a text file. It first reads the current number in the file and adds one to it, then displays it as text on the page.
Reviews0
PriceFree
Views2850
Add records with sql statments
posted bycontactinDatabase-related
Learn how to add records with an SQL statement instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection.
Reviews0
PriceFree
Views2401
aq.asp
posted bynathaninDatabase Tools
Do SQL create, drop, insert, update, etc. Or do selects against your database and see the results. Error messages printed. The easy way to get access to your MySQL database.
Reviews0
PriceFree
Views5480