1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00

Test file for document.write

This commit is contained in:
2006-01-27 16:55:41 +01:00
parent b1b66db850
commit 7a6a5918fe

View File

@ -0,0 +1,10 @@
<html>
<body>
<a href="history.html">history.html</a><br/>
<script type="text/javascript">
document.writeln('<a href="ontest.html">Test</a><br/>');
document.write('<a href="infinite2.html">infinite2.html</a><br/>');
</script>
<a href="onload.html">onload.html</a><br/>
</body>
</html>