The union of the color and the node_number in the struct screen_char.
[elinks.git] / test / ecmascript / document_write.html
blob02856d6052fec26ac1034e45add03b1eae251990
1 <html>
2 <body>
3 <a href="history.html">history.html</a><br/>
4 <script type="text/javascript">
5 document.writeln('<a href="ontest.html">Test</a><br/>');
6 document.writeln('<a href="infinite2.html">infinite2.html</a><br/>');
7 document.write(1,2,'3', '<br/>');
8 </script>
9 <a href="onload.html">onload.html</a><br/>
10 </body>
11 </html>