PHP Classes

File: index.html

Recommend this page to a friend!
  Classes of Vladica Savic   jAPI Direct   index.html   Download  
File: index.html
Role: Auxiliary data
Content type: text/plain
Description: Demo html page
Class: jAPI Direct
Handle calls of JavaScript to PHP code
Author: By
Last change: Fixed small issue
Date: 14 years ago
Size: 660 bytes
 

Contents

Class file image Download
<!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>