15 lines
236 B
HTML
15 lines
236 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>[ #443576 ] End script tag inside scripts problem</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<script language="JavaScript1.1">
|
||
|
|
||
|
<!--
|
||
|
document.write('<script><\/script>');
|
||
|
// -->
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|