Parent Directory
|
Revision Log
New
| 1 | wakaba | 1.1 | <!DOCTYPE html> |
| 2 | <html> | ||
| 3 | <head> | ||
| 4 | <title>String.anchor (String).constructor</title> | ||
| 5 | </head> | ||
| 6 | <body> | ||
| 7 | <h1><code><var>String</var>.anchor (<var>String</var>).constructor</code></h1> | ||
| 8 | |||
| 9 | <script type="text/javascript"> | ||
| 10 | var s = 'text content'; | ||
| 11 | document.write ('<p><code>' + s.anchor ('name').constructor + '</code></p>'); | ||
| 12 | </script> | ||
| 13 | |||
| 14 | </body> | ||
| 15 | </html> |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |