mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
0f6d4310ad
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this by grafting.
5 lines
358 B
HTML
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>
|