<%@LANGUAGE=VBScript%> <% Dim fileCount fileCount = 0 Sub ListEnglishFiles Dim fso, f, fc, fl, filename ' Craete file system object Set fso = CreateObject("Scripting.FileSystemObject") ' Get the files in the library Set f = fso.GetFolder(Server.MapPath(".") & "\library") Set fc = f.Files For Each fl in fc If InStr(fl.name, "JAPANESE") = False Then fileCount = fileCount + 1 response.write "" & _ "" & Left(fl.name, Len(fl.name)-4) & "" & vbCrLf & vbCrLf End If Next End Sub Sub ListJapaneseFiles Dim fso, f, fc, fl, filename ' Craete file system object Set fso = CreateObject("Scripting.FileSystemObject") ' Get the files in the library Set f = fso.GetFolder(Server.MapPath(".") & "\library") Set fc = f.Files For Each fl in fc If InStr(fl.name, "JAPANESE") Then fileCount = fileCount + 1 response.write "" & _ "" & Left(fl.name, Len(fl.name)-12) & "" & vbCrLf & vbCrLf End If Next End Sub %> HEURIS - White Papers

 

HEURIS White Papers

Please select the white paper(s) that you wish to receive.


<% Call ListEnglishFiles %> <% Call ListJapaneseFiles %>

English

Japanese



spacer.gif (51 bytes)HEURIS Home     Productsspacer.gif (51 bytes)Supportspacer.gif (51 bytes)About HEURISspacer.gif (51 bytes)Buy Online
spacer.gif (51 bytes)
Press    Whitepapers    Interns/Jobs  User Stories

Hollywood Servicesspacer.gif (51 bytes)© 2004 HEURIS LOGIC INC.

telephone USA 323-201-2705