<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
    <head>
        <title></title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
       
        <script type="text/javascript" src="jAPI.js"></script>
        <script type="text/javascript" src="jAPI-Remote.php"></script>
    </head>
    <body>
        <script>
            alert(MySimpleMath.Addition(555,2));
            alert(MySimpleMath.CompareNumbers(23,55));
            alert(MyStringMixer.ReverseString("This is a test..."));
            alert(MyStringMixer.JustSayHi("Type Your Name Here"));
        </script>
    </body>
</html>
 
  |