Parent Directory
|
Revision Log
New
1 | wakaba | 1.1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
3 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
4 | <head> | ||
5 | <title>">" in SCRIPT</title> | ||
6 | </head> | ||
7 | <body> | ||
8 | <script type="text/javascript"> | ||
9 | if (1 > 2) { | ||
10 | alert ('Hello, new world!'); | ||
11 | } | ||
12 | </script> | ||
13 | </body> | ||
14 | </html> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |