| Visit tutorial >> |
| server pages - Server variable... server and it will show you the values for each of the ServerVariables (use an url like http: www.yoursite.com/yourdir/... servervariables.asp html head TITLE Server Variables/TITLE /head body bgcolor=FFFFFF % For Each Key in Request.Server... |
| Hits: 175 |
| Visit tutorial >> |
| Open Read and Create files A... files Open and Read content from a text file Example 1: This one will be the basic code we need to open a text file: 1... .FileSystemObject") Set wfile = fs.OpenTextFile("c:\Mydir\myfile.txt") filecontent = wfile.ReadAll wfile.close Set ... |
| Hits: 238 |
| Visit tutorial >> |
| Generate a randon number ASP resources Six extensions in one click Generate a randon number Code Result % Randomize ... number between 0 and 1. In case we need to get more randon numbers we must execute "Randomize" command again otherw... |
| Hits: 321 |
| Visit tutorial >> |
| Flash and ASP Integration - Flash Disp... Flash Polling web site tool - Quick Flash Survey tool - Client TestimonialsSmartwebby s creative team took our ideas f... Flash Animation Flash Actionscript Flash ASP Guide Database to Flash Web site Add-ons Check out these easy-to-use ... |
| Hits: 197 |
| Visit tutorial >> |
| Session Object AS... object is used to store information about or change settings for a user session. Variables stored in the Session objec... "SessionID" property. This property returns a unique id for each user. The id is generated by the server. This example ... |
| Hits: 199 |
| Visit tutorial >> |
| File Object AS... file. Examples This example demonstrates how to first create a FileSystemObject object and then use the DateCreated pr... File object to get the date and time a specified file was created. This example demonstrates how to use the DateLastMod... |
| Hits: 108 |
| Visit tutorial >> |
| dates ASP resources Six extensions in one click 5GB of your hard disc online Try Xdrive FREE today Period of time be... dates Code Result I was borned on 1/1/1900. How old I am? % Mydate="1/1/1900" % Years form % =Mydate % : % =DateDiff... |
| Hits: 651 |
| Visit tutorial >> |
| remote URLs: XMLHT... remote URLs Examples based in this tutorial: In this tutorial we will used Microsoft s XMLHTTP Object to request a page... remote address from our server. This Object is included in Microsoft s XML DOM component which is probably installed i... |
| Hits: 163 |
| Visit tutorial >> |
| ASP resources Six extensions in one click 5GB of your hard disc online Try Xdrive FREE today Response.ContentType In t... asp file will send us a file originally writen in html format. The way this response page is displayed will depent on t... |
| Hits: 125 |
| Visit tutorial >> |
| Dictionary Object AS... object In order to learn how Dictionary object works we will create a small script which will translate number 1 to 10... yDictionary=CreateObject("Scripting.Dictionary") MyDictionary.Add "one" "uno" MyDictionary.Add "two" "dos" MyD... |
| Hits: 157 |