30 instead of 10. Python tutorial looks better.
[elinks.git] / test / ecmascript / inlinescript.html
blob8cd97f3b3e761136b35e6246ce68cffcb166bb09
1 <script>
2 <!-- hahaha
3 function foo() { document.title += 'hahahaha'; }
4 //-->
5 </script>
6 <script type="text/javascript">
7 function nice_href() { return 'elinks.or.cz'; }
8 document.title = document.url + ' xyzzy ';
9 </script>
10 <script type="text/perl">
11 document.title += ' ERROR ERROR ';
12 </script>
13 <body onLoad=foo()>
14 <p><a href="javascript:nice_href(0);">Quee</a></p>
15 </body>