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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sun Dec 24 07:05:42 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    
6     <!DOCTYPE html>
7     <html>
8     <head>
9     <title>document.lastModified</title>
10     </head>
11     <body>
12     <h1><code>document.lastModified</code></h1>
13    
14     <p>This document has no <code>Last-Modified:</code>
15     HTTP header field.</p>
16    
17     <p><code>document.lastModified == '<script type="text/javascript">
18     var s = document.lastModified;
19     s = s.replace (/&/, '&amp;');
20     s = s.replace (/</, '&lt;');
21     document.write (s);
22     </script>'</code></p>
23    
24     </body>
25     </html>
26     EOH

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24