30 instead of 10. Python tutorial looks better.
[elinks.git] / test / ecmascript / onload.html
blob04b0e4ec66e6020c7b5fdf41eea7f4636a8e6ac5
1 <body onLoad="document.title+=' x';">
2 <div onLoad="document.title+='y';">
3 foo
4 </div>
5 </body>