mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
3 lines
192 B
HTML
3 lines
192 B
HTML
<p><button onclick="javascript:{ alert(location.port); }">Display location.port.</button></p>
|
|
<p><button onclick="javascript:{ alert(location.search); }">Display location.search.</button></p>
|