|
|
 More Subcategories Available
| Scripting [+] Favor-It | |
| |
 |
| | Sort By:
|
This tutorial covers several important Active Server Pages looping structures, including do..while, do..until, and select case structures. Author: SubmitSide Code: ASP 2.0 & VBScript |
This area is for useful scripts that some of our visitors have contributed. ASP 101 did not write them and is not responsible for the operation of these scripts. We simply found them interesting and or useful and thought some of you might too! Author: Various Code: ASP 2.0 & VBScript |
Client-side script executes locally in the browser using a responsive interface while server-side script executes on the web server & is often used to handle the more complex tasks. This article shows how to get the code in the 2 places to communicate. Author: Kannaiah Vadlakunta Code: ASP 3.0 & VBScript |
|  | |
It's often quite useful to be able to utilize a value from a server-side variable in your client-side scripting. While it may seem like a complex task, it's actually quite easy.
Author: asp101.com Code: ASP 3.0 & VBScript |
This script will remove all unneeded spaces and free up some waight from the code. Very useful for any developer.
Author: Luxman Wickramasinghe Code: ASP 3.0 & VBScript |
In this chapter we will be focusing on the < object > element, as the other elements (except for < img >) have either been deprecated, & are covered in Chapter 15, or in the case of the < embed > and < bgsound > elements, were never part of the standard. Author: Wrox Author Team Code: ASP 3.0 & VBScript |
Many times we need to perform an action or display something different based on some different parameters. Using select case is one such way to do this. Author: Derek Truman Code: ASP 3.0 & VBScript |
|  | |
In this example source code we will find links in a test using regular expression syntax. You may use this pattern to find in a custom script. Author: Dotnetindex.com Code: ASP 3.0 & VBScript |
In this article, we will look at a list of metacharacters. You may create your own pattern using these metacharacters.
Author: Dotnetindex.com Code: ASP 3.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|