1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00
elinks/test/ecmascript/ontest.html
Petr Baudis 0f6d4310ad Initial commit of the HEAD branch of the ELinks CVS repository, as of
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this
by grafting.
2005-09-15 15:58:31 +02:00

5 lines
358 B
HTML

<input type="button" onClick='location.href="http://pasky.or.cz/"' value="button onClick"><br>
<input type="button" onMouseOver='window.alert("Tadam")' value="button onMouseOver"><br>
<img src="haha" onMouseOut='window.alert("JS is annoying anyway")' alt="img onMouseOut"><br>
<a href="#" onClick='window.open("http://elinks.or.cz/")'>a href onClick</a><br>