1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/test/ecmascript/location.html

3 lines
192 B
HTML
Raw Normal View History

2021-05-06 09:06:35 -04:00
<p><button onclick="javascript:{ alert(location.port); }">Display location.port.</button></p>
2021-05-06 09:17:46 -04:00
<p><button onclick="javascript:{ alert(location.search); }">Display location.search.</button></p>