1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-12 00:34:47 -04:00
elinks/test/ecmascript/onclick.html

8 lines
151 B
HTML
Raw Normal View History

2006-04-30 10:56:40 -04:00
<html>
<body>
<center>
<input type="button" value="ELinks homepage" onclick="document.location.href='http://www.elinks.cz'">
</center>
</body>
</html>