9 lines
205 B
HTML
9 lines
205 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>document.write() from script-inserted inline scripts and script@onload</title>
|
|
</head>
|
|
<body>
|
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
|
</body>
|
|
</html>
|