| Visit tutorial >> |
| ASP Examples ASP... ns (VBScript) Some Other Functions (VBScript) Procedures Forms Cookies Response Object Request Object Session Object Ser... |
Tags: asp | Hits: 210 |
| Visit tutorial >> |
| Run ASP on Your C... run ASP on your own PC without an external server. To do that you must install Microsoft s Personal Web Server (PWS) o... PC. How to Run ASP on your own PC You can run ASP on your own PC without an external server. To do that you must insta... |
| Hits: 168 |
| Visit tutorial >> |
| Folder Object ASP... folder. The Folder Object The Folder object is used to return information about a specified folder. To work with the pr... Folder object you will have to create an instance of the Folder object through the FileSystemObject object. First cre... |
| Hits: 125 |
| Visit tutorial >> |
| Active Server Pages: Using arrays Introduction Instead of having our information (variables or numbers) ... using arrays our information will be in an unique variable. Let´ s check an example: array.asp html title My Arra... |
| Hits: 265 |
| Visit tutorial >> |
| Dictionary Object ASP... object is used to store information in name/value pairs (referred to as key and item) Examples This example demonstrate... Dictionary object and then use the Exists method to check if a specified key exists. This example demonstrates how to ... |
| Hits: 129 |
| Visit tutorial >> |
| ASP Procedures ASP Tutorial AS... call a VBScript procedure from ASP. How to call a JavaScript procedure from ASP. How to call both a JavaScript procedur... ASP file. Procedures The ASP source code can contain procedures and functions: html head % sub vbproc(num1 num2) respon... |
| Hits: 317 |
| Visit tutorial >> |
| Is it a valid em... Wemail="a@aa.us" test1=instr(Wemail "@") value must be 1 test2=instr(Wemail ".") value must be 4 test3=le... Wemail) value must be 6 test4=InStr (test1 Wemail "." 1) value must be test1 2 if test12 OR test25 OR test37 ... |
| Hits: 206 |
| Visit tutorial >> |
| server pages tutorial: Active Server Pages Server-Side Scripting A... Server Pages: Active Server Pages Server-Side Scripting Functions and Procedures abs (n: number) Function. Returns the ... ServerVariables Request.ServerVariables ("HTTP_User-Agent") Function. Returns the client browser type as a string. Re... |
| Hits: 238 |
| Visit tutorial >> |
| keywords from remote URL ASP resources Six extensions in one click Get keywords from remote URL This script may be u... tKeywords.asp % The URL we will work with RemoteURL = "http: www.yourdomain.com/yourpage.html" Create the xml obje... |
| Hits: 262 |
| Visit tutorial >> |
| Logical operators: And Or Xor Eqv Imp Not ASP resources Six extensions in one click Logical operators: And Or ... Logical Operator Function val1 And val2 val1 Or val2 val1 Xor val2 val1 Eqv val2 val1 Imp val2 Not val True if both are... |
| Hits: 407 |