earth

Infoglobal.net Sdn. Bhd.

Marketing, Trading & Commercial Solutions

Internet consultancy

Group of companies

You are guest number:

<% dim fsoobject 'file system object dim tsoobject 'tsxt system object dim filobject 'file object dim lngvisitornumber 'hold visitor number dim loopcounter set fsoobject = server.createobject("scripting.filesystemobject") 'Initialise a File Object with the path and name of text file to open Set filObject = fsoObject.GetFile(Server.MapPath("hitcounter.txt")) 'Open the visitor counter text file Set tsObject = filObject.OpenAsTextStream 'Read in the visitor number from the visitor counter file lngVisitorNumber = CLng(tsObject.ReadAll) 'Increment the visitor counter number by 1 lngVisitorNumber = lngVisitorNumber + 1 'Create a new visitor counter text file over writing the previous one Set tsObject = fsoObject.CreateTextFile(Server.MapPath("hitcounter.txt")) 'Write the new visitor number to the text file tsObject.Write CStr(lngVisitorNumber) 'Reset server objects Set fsoObject = Nothing Set tsObject = Nothing Set filObject = Nothing 'Display the hit count as text 'Response.Write(lngVisitorNumber) 'Loop to display graphical digits For intWriteDigitLoopCount = 1 to Len(lngVisitorNumber) 'Display the graphical hit count Response.Write("") Next ' %>

 

itaflag1

Italian Version

Infoglobal.net Sdn. Bhd.
Company No. 470899 H
Unit G101, Block G, Phileo Damansara I,
No. 9 Jalan 16/11 (off Jln Damansara),
46350 Petaling Jaya, Selangor
Tel: +60-3-79566390
Fax: +60-3-79548381
email: info@infoglobal.net

 

ukflag1

English Version

 

 

This site is designed, built and hosted by Infoglobal.net Sdn Bhd, for more info contact wmaster@infoglobal.net