<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> USS SANCTUARY (AH-17) COMMS BOARD
SANCTUARY COMMS Board
 
To SEARCH all other Sanctuary WEB pages for a name, term or word, use USS SANCTUARY SEARCH:

<% dim strFileName dim file dim fso strFileName = server.mappath("/comms/sanctuary_comms.txt") Const ForReading = 1, ForWriting = 2, ForAppending = 8 set fso = server.CreateObject("Scripting.FileSystemObject") set file = fso.OpenTextFile(strFileName,ForReading) Response.Write replace(file.readall, vbCrlf, "
") file.close set file = nothing set fso = nothing %>