|< 1 2 >| | 16 Einträge, 2 Seiten |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<script type='text/javascript' language='javascript'>
<!--
/*
Test test test
Add <script src="sorttable.js"></script> to your HTML
Test test test
*/
//-->
</script>
</head>
<body>
just some test content
</body>
</html>
alert('</script>');
alert('</scr' + 'ipt>');
alert('<\/script>');
1
2
3
4
5
6
7
8
9
<script type='text/javascript' language='javascript'>
<!--
/*
Test test test
Add <script src="sorttable.js"></script> to your HTML
Test test test
*/
//-->
QuoteInformation that appears between comments has no special meaning (e.g., character references are not interpreted as such).
|< 1 2 >| | 16 Einträge, 2 Seiten |