Parent Directory
|
Revision Log
New tests
1 | wakaba | 1.1 | <!DOCTYPE html> |
2 | <html lang="en"> | ||
3 | <head> | ||
4 | <title>.public property</title> | ||
5 | </head> | ||
6 | <body> | ||
7 | <script type="text/javascript"> | ||
8 | var a = {}; | ||
9 | a.public = 'PASS'; | ||
10 | document.write ('<p>' + a.public + '</p>'); | ||
11 | </script> | ||
12 | <noscript><p>NOSCRIPT</p></noscript> | ||
13 | </body> | ||
14 | </html> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |