PHP Classes

File: example/multiply.html

Recommend this page to a friend!
  Classes of sunish   RSPA   example/multiply.html   Download  
File: example/multiply.html
Role: Auxiliary data
Content type: text/plain
Description: multiply.html
Class: RSPA
Process browser events on the server using AJAX
Author: By
Last change: Change for PHP 4
Date: 17 years ago
Size: 701 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US"> <head> <title> </title> <script language="JavaScript" type="text/javascript" src="../rspa.js"></script> </head> <body> <form name="frm1"> <input name="text1" id="text1" value="20"> <br/> * <br> <input name="text2" id="text2" value="30"> <br/> <input type="button" name="calc1" value="Calculate" onclick="var myrspa = new RSPA.Execute('MyClass.multiply()',{controller: '../framework/Controller.php'})"/> <br> Result: <input name="text3" id="text3"> </form> </body> </html>