Click here to see our certificate
Home
|
About Us
|
Factory
|
Certificates
|
Products
|
Contact Us
Copyright 2007 Chi Shing Garment Factory Limited. All Rights Reserved.
<% dim filepath filepath="C:\CSWebsiteCounter\count.txt" Set oFSO = Server.CreateObject("Scripting.FileSystemObject") Set oFile = oFSO.OpenTextFile(filepath) oldNum = CLng(oFile.ReadLine) oFile.Close newNum = oldNum + 1 Set oFile = oFSO.OpenTextFile(filepath,2,true) oFile.WriteLine(newNum) oFile.Close %>