/test

I just want to make sure the computer is working properly

Primary LanguageHTML

test

I just want to make sure the computer is working properly a new page for to day;>>

<title>Document</title> <script> function getURL() { alert("The URL of this page is: " + window.location.href); } </script>
    <button type="button" onclick="getURL();">Get Page URL</button>
--------------------------------------------------------