Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Most Popular Scripts | ASP | Tutorials & Tips

Results 241-260 of 708
'accurate' text counter
posted byshedboyinCounters
This is a slightly better version of your standard text counter , this example only increments a count once per session whereas a normal counter could increment several times.
(3 ratings)
Reviews0
PriceFree
Views2456
Add records with sql statments
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.
(3 ratings)
Reviews0
PriceFree
Views2456
Simple Text Counter
posted byderekinCounters
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.
(3 ratings)
Reviews0
PriceFree
Views2910
Remote Scripting With JavaScript and ASP
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.
(3 ratings)
Reviews0
PriceFree
Views2044
If...Then...Else / For...Next Instructions
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.
(3 ratings)
Reviews0
PriceFree
Views2170
Request.Form and Stack Overflow
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.
(3 ratings)
Reviews0
PriceFree
Views2462
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.
(3 ratings)
Reviews0
PriceFree
Views3074
Display Table Script Writer
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.
(3 ratings)
Reviews0
PriceFree
Views2193
Database Paged Search
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.
(3 ratings)
Reviews0
PriceFree
Views4376
Running Stored Procedures in Access Database
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.
(3 ratings)
Reviews0
PriceFree
Views3751
Random Passwords
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.
(3 ratings)
Reviews0
PriceFree
Views3204
How the Print this Page Script Works
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.
(3 ratings)
Reviews0
PriceFree
Views8076
Recursive Functions
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.
(3 ratings)
Reviews0
PriceFree
Views1946
Adding Records to the Database
This is a complete tutorial on adding records to the database via ASP for beginners. Both Connection and Recordset Objects discussed. Also get an insight on 'insert' SQL statement.
(3 ratings)
Reviews0
PriceFree
Views6220
Simple ASP Authentication System
This article describes how you can secure ASP applications using simple, but quite effective authentication schemes. This article uses a very simple way to achieve this. Just follow the steps and you have a secure login system.
(3 ratings)
Reviews0
PriceFree
Views13224
Web Fetching Tutorial - Connect Scripts
You can Web Fetch by using just ASP! Even if you have little experience with HTML or ASP, you will completely understand how to Web Fetch with the best! Imagine the ability to place dynamic content in your website such as news, horoscopes, weather, lottery, traffic reports, music charts and much more! The possibilities are truly endless with Web Fetching! All you need is the desire to add content to your website! How many times have you been surfing and found content which would be valuable to your website visitors? Now get the content on your website using "Connect Scripts - Web Fetching Lessons"! As a free bonus, my premium web fetching scripts have been included with your purchase. This includes auction, horoscopes, weather, and news web fetching scripts!
(3 ratings)
Reviews0
PriceUSD 23.00
Views2242
Creating an On-Line Quiz Using ASP
This tutorial guides you through step-by-step how to create a multi-question quiz using ASP and MS Access database.
(3 ratings)
Reviews0
PriceFree
Views9803
Display users-online with ASP
Learn how to use global.asa to display the number of users visiting your site. This tutorial can be broken down into two sections, global.asa, and numvis.asp. Before you can begin this tutorial, make sure you
(3 ratings)
Reviews0
PriceFree
Views1249
ASP Error - The HTTP Headers are already written
While redirecting from a page in asp we get a very common error: The HTTP headers are already written to the client browser. Response object error 'ASP 0156 : 80004005 Header Error /test.asp, line 135 The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content. The Redirect method of the Response object operates by sending the 302 Object Moved response header,
(3 ratings)
Reviews0
PriceFree
Views1153
Sending eMail in ASP (CDONTS)
Learn how to email the contents of a form using the CDONTS component from ASP.
(3 ratings)
Reviews0
PriceFree
Views3147
Results 241-260 of 708