/[suikacvs]/www/test/dom/string/anchor-6.html
Suika

Contents of /www/test/dom/string/anchor-6.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Sun Oct 29 12:29:50 2006 UTC (18 years, 5 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
New

1 wakaba 1.1 <!DOCTYPE html>
2     <html>
3     <head>
4     <title>String.anchor (String)</title>
5     </head>
6     <body>
7     <h1><code>textContent = <var>String</var>.anchor (<var>String</var>)</code></h1>
8    
9     <script type="text/javascript">
10     var s = 'text <&"> content';
11     document.write ('<pre>' + s.anchor ('na<&">me').replace (/&/g, '&amp;').replace (/</g, '&lt;') + '</pre>');
12     </script>
13    
14     </body>
15     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24