home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1999 November
/
PCONLINE_11_99.ISO
/
filesbbs
/
OS2
/
APCHSSL2.ZIP
/
OS2HTTPD
/
public
/
htdocs
/
gsp
/
simple_test.gsp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-10-03
|
285 b
|
13 lines
<html><head><title>test</title></head>
<body><h1>test</h1>
<java type="import">
com.bitmechanic.util.*
java.util.Date
</java>
<java type=cache policy=global ttl=60s>
Date cacheDate = new Date();
cacheBuffer.append("Last cache update: " + cacheDate);
</java>
</body></html>