| |
| |
A short tip on passing info between pages via a query string.
|
|
|
| |
| |
Many times we need to perform an action or display something different based on some different parameters. Using If ElseIf End If is one such way to do this.
|
|
|
| |
| |
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.
|
|
|
| |
| |
Usage of the following math functions are shown: Abs(), Atn(), Cos(), Exp(), Fix(), Hex(), Int(), Log(), Oct(), Round(), Sgn(), Sin(), Sqr(), Tan().
|
|
|
| |
| |
Self explaining sort scripts to show how to compare strings: Basics, Compare two strings for similarity, Find position of a substrings within a string, Is a substrings within a string?, Find position of a substrings within a string after skipping part of the string.
|
|
|
| |
| |
Self explaining sort scripts to show how to manipulate strings. InStr(), LCase(), Left(), Len(), LenB(), LTring(), Mid(), Replace(), Right(), RTrim(), Space (), String(), StrReverse(), Trim() and UCase() commands.
|
|
|
| |
| |
An ASP-page has access to variables that contain information about the webserver and the clientcomputer. Using the Request.ServerVariables statement, you can get a list of all available server variables on screen.
|
|
|
| |
| |
This tutorial covers several important Active Server Pages looping structures, including do..while, do..until, and select case structures.
|
|
|
| |
| |
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.
|
|
|
| |
| |
This tutorial explains the basic use of Subroutines and Include virtual using SSI that may be used in ASP pages to make your code cleaner.
|
|
|
| |
|