/[suikacvs]/www/test/dom/document/meta/lastModified-3.cgi
Suika

Contents of /www/test/dom/document/meta/lastModified-3.cgi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sun Dec 24 07:12:13 2006 UTC (18 years, 4 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
New test

1 wakaba 1.1 #!/usr/bin/perl
2    
3     print <<'EOH';
4     Content-Type: text/html; charset=us-ascii
5     Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT
6    
7     <!DOCTYPE html>
8     <html>
9     <head>
10     <title>document.lastModified</title>
11     </head>
12     <body>
13     <h1><code>document.lastModified</code></h1>
14    
15     <p>This document is marked as
16     <code>Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT</code>.</p>
17    
18     <p><code>document.lastModified == '<script type="text/javascript">
19     var s = document.lastModified;
20     s = s.replace (/&/, '&amp;');
21     s = s.replace (/</, '&lt;');
22     document.write (s);
23     </script>'</code></p>
24    
25     </body>
26     </html>
27     EOH

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24