Advertisment
This basic tutorial will show you how to include information in a non-asp page information generated from an .asp page by using javascript. A...
Dynamically include javascript files in your page. Simply place all your javascripts in a sub directory and make one reference in your page to the...
Prevent unauthorized viewing of website javascript and style sheet files. Simply rename all your style and javascript files to the .asp extension....
This tutorial explains how to put ASP tags inside of JavaScript blocks so developers can fit large amounts of data into one form on a single page....
This article looks at a couple of ways to get the code in the client-side and server-side to communicate each other: Using the Javascript Array and...
Would you like to provide multi-language support on your site? This article discusses three different ways in which you could organize your site to...
Reusability is one of the simplest and the oldest concepts in programming. It is also the most underutilized concept. When implemented correctly...
The author writes 'Have you ever wondered how long your visitor spends filling out a particular form? Such information is vital for companies...
Here is a solution to displaying ASP code in an ASP page without executing the code. Useful for displaying the code in an article about ASP.
This is a sample chapter from Wrox Press book 'Professional Windows DNA.' It prvides info on building web applications with VB, COM+,...
This script will open all HTML pages within the specified directory, reduce the file size of your html pages, and the files will be saved back. You...
Here, you will find reference material on Active Server Pages 3.0 Object model. Browse through all the methods, collections, properties and events...
No one likes to see 404 pages and it's even worse when you find one on your own site. This tutorila explains how to make the 404 page useful...
Global.asa is the 'dark file of ASP' and many don't even know that it exits. The truth is that Global.asa can be a powerful tool,...
The browser can do a great many things, but it has a limit of 216 colors that can “safely” (without dithering or color washout) display....
This script loads 10 random questions from an Access database and creates a javascript quiz from them. There are buttons to display the current...
This article presents an online exam system that pulls its data from an xml file on the server. The question list for the user is sent to the...
This tutorial guides you through step-by-step how to create a multi-question quiz using ASP and MS Access database.
This tutorial explains along with sample code how to create a simple quiz program in ASP. It uses an Access database for data handling.
This is a complete tutorial on how to create your own 'members-only' area on your website. The author writes 'A frequent task for...