The union of the color and the node_number in the struct screen_char.
[elinks.git] / test / ecmascript / ontest.html
blob8695cb4267ce4fe86ee4c60fd9ef7c587d925806
1 <input type="button" onClick='location.href="http://pasky.or.cz/"' value="button onClick"><br>
2 <input type="button" onMouseOver='window.alert("Tadam")' value="button onMouseOver"><br>
3 <img src="haha" onMouseOut='window.alert("JS is annoying anyway")' alt="img onMouseOut"><br>
4 <a href="#" onClick='window.open("http://elinks.or.cz/")'>a href onClick</a><br>