1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-08-27 22:04:50 -04:00
elinks/test/ecmascript/document_write.html
2006-01-27 16:55:41 +01:00

11 lines
285 B
HTML

<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>