1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-21 00:25:37 +00:00
elinks/test/ecmascript/ontest.html
2023-05-05 13:23:35 +02:00

5 lines
359 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>