Parent Directory
|
Revision Log
New test
1 | <!DOCTYPE html> |
2 | <html> |
3 | <head> |
4 | <title>document.lastModified</title> |
5 | </head> |
6 | <body> |
7 | <h1><code>document.lastModified</code></h1> |
8 | |
9 | <p><code>document.lastModified == '<script type="text/javascript"> |
10 | var s = document.lastModified; |
11 | s = s.replace (/&/, '&'); |
12 | s = s.replace (/</, '<'); |
13 | document.write (s); |
14 | </script>'</code></p> |
15 | |
16 | </body> |
17 | </html> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |