mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
OnClick test
This commit is contained in:
parent
3f6a3cb4e5
commit
a558fe67b9
7
test/ecmascript/onclick.html
Normal file
7
test/ecmascript/onclick.html
Normal file
@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<body>
|
||||
<center>
|
||||
<input type="button" value="ELinks homepage" onclick="document.location.href='http://www.elinks.cz'">
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user