1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/test/ecmascript/location.html
2021-05-06 15:31:31 +02:00

4 lines
294 B
HTML

<p><button onclick="javascript:{ alert(location.pathname); }">Display location.pathname.</button></p>
<p><button onclick="javascript:{ alert(location.port); }">Display location.port.</button></p>
<p><button onclick="javascript:{ alert(location.search); }">Display location.search.</button></p>