% Const IMGS_DIR = "/interface2002/rotating_images/" Dim objFSO, objFolderObject, objFileCollection, objFile Dim intFileNumberToUse, intFileLooper Dim objImageFileToUse Dim strImageSrcText Set objFSO = Server.CreateObject("Scripting.FileSystemObject") Set objFolderObject = objFSO.GetFolder(Server.MapPath(IMGS_DIR)) Set objFSO = Nothing Set objFileCollection = objFolderObject.Files Set objFolderObject = Nothing Randomize() intFileNumberToUse = Int(objFileCollection.Count * Rnd) + 1 intFileLooper = 1 For Each objFile in objFileCollection If intFileLooper = intFileNumberToUse Then Set objImageFileToUse = objFile Exit For End If intFileLooper = intFileLooper + 1 Next Set objFileCollection = Nothing strImageSrcText = IMGS_DIR & objImageFileToUse.Name Set objImageFileToUse = Nothing %> <% Const IMGS_DIR = "/interface2002/rotating_images/" Dim objFSO, objFolderObject, objFileCollection, objFile Dim intFileNumberToUse, intFileLooper Dim objImageFileToUse Dim strImageSrcText Set objFSO = Server.CreateObject("Scripting.FileSystemObject") Set objFolderObject = objFSO.GetFolder(Server.MapPath(IMGS_DIR)) Set objFSO = Nothing Set objFileCollection = objFolderObject.Files Set objFolderObject = Nothing Randomize() intFileNumberToUse = Int(objFileCollection.Count * Rnd) + 1 intFileLooper = 1 For Each objFile in objFileCollection If intFileLooper = intFileNumberToUse Then Set objImageFileToUse = objFile Exit For End If intFileLooper = intFileLooper + 1 Next Set objFileCollection = Nothing strImageSrcText = IMGS_DIR & objImageFileToUse.Name Set objImageFileToUse = Nothing %>
The
2002 Guangdong Conference on ICT in School ELT |
|||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
| China Population Clock | Speaking Clock | I am wondering | | |||||||||||||||||||||||||||||||||||||||||||||||||||
For details about INTERFACE
2002 contact Sarah Zhao , Projects Officer, Sarah.Zhao@britishcouncil.org.cn Cultural and Education Section, British Consulate-General, 1001 Main Tower, Guangdong International Hotel, 339 Huangshi Donglu, Guangzhou 510098, China Tel: +8620 83351316 ext 274 Fax: +8620 83351321 |
|||||||||||||||||||||||||||||||||||||||||||||||||||
For details related to these
actual webpages contact Chris Smith csmith@iESF.net or the individual presenters |
|||||||||||||||||||||||||||||||||||||||||||||||||||
This page is displayed
best at a screen resolution of 1280 x 1024 |
|||||||||||||||||||||||||||||||||||||||||||||||||||
This
webpage lives at http://www.shambles.net/interface2002 |