| 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: 304 |
| 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: 179 |
| Visit tutorial >> |
| Check domain name availability using ASP... Check domain name availability (DNS) We will try to get to main page of a domain name we want to search for availability ... domain name is taken. We are anable to get a response to our request so the domain name may be availbale (is not neces... |
| Hits: 652 |
| 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: 187 |
| 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: 98 |
| 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: 632 |
| 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: 139 |
| 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: 115 |
| 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: 147 |
| Visit tutorial >> |
| ASP Cookies ASP Tutor... ASP you can both create and retrieve cookie values. How to Create a Cookie The "Response.Cookies" command is used to... cookies. Note: The Response.Cookies command must appear BEFORE the html tag. In the example below we will create a coo... |
| Hits: 287 |