1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-12 00:34:47 -04:00
elinks/test/ecmascript/document_write.html

12 lines
321 B
HTML
Raw Normal View History

2006-01-27 10:55:41 -05:00
<html>
<body>
<a href="history.html">history.html</a><br/>
<script type="text/javascript">
document.writeln('<a href="ontest.html">Test</a><br/>');
document.writeln('<a href="infinite2.html">infinite2.html</a><br/>');
document.write(1,2,'3', '<br/>');
2006-01-27 10:55:41 -05:00
</script>
<a href="onload.html">onload.html</a><br/>
</body>
</html>