Tutorio.com

Search


You are currently browsing for Asp Tutorials
«Prev | 1 | 2 | 3 | 4 | 5 | 6 | 7 | Next»

Server Related Information

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: 176

ASP Coding Open Read Files

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

Generate Random Number

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: 322

Flash Displays Data From Asp Query

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: 198

Session Object

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

Object File

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...
Tags: file asp object
Hits: 108

ASP Coding Compare Dates

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

Get Remote Url

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...
Tags: url asp remote
Hits: 164

Send Non Html Files With Asp

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: 126

Dictionary Object

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
Tutorio.com. Privacy Policy, Contact