3 function foo() { document
.title
+= 'hahahaha'; }
6 <script type=
"text/javascript">
7 function nice_href() { return 'elinks.or.cz'; }
8 document
.title
= document
.url
+ ' xyzzy ';
10 <script type=
"text/perl">
11 document.title += ' ERROR ERROR ';
14 <p><a href=
"javascript:nice_href(0);">Quee
</a></p>