1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-21 00:25:37 +00:00
elinks/test/ecmascript/onclick.html
Witold Filipczyk a558fe67b9 OnClick test
2006-04-30 16:56:40 +02:00

8 lines
151 B
HTML

<html>
<body>
<center>
<input type="button" value="ELinks homepage" onclick="document.location.href='http://www.elinks.cz'">
</center>
</body>
</html>