Parent Directory
|
Revision Log
New
1 | <!DOCTYPE html> |
2 | <html lang="en"> |
3 | <head> |
4 | <title>script[type="text/javascript"] with multiple <!--s in |
5 | one line</title> |
6 | </head> |
7 | <body> |
8 | <script type="text/javascript"> |
9 | document.write ('<p>text1</p>'); |
10 | <!-- |
11 | document.write ('<p>text2</p>'); |
12 | <!-- |
13 | document.write ('<p>text3</p>'); |
14 | </script> |
15 | <noscript><p>NOSCRIPT</p></noscript> |
16 | </body> |
17 | </html> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |