PHP Classes

File: example/callwithparm.html

Recommend this page to a friend!
  Classes of sunish   RSPA   example/callwithparm.html   Download  
File: example/callwithparm.html
Role: Auxiliary data
Content type: text/plain
Description: callwithparm.html
Class: RSPA
Process browser events on the server using AJAX
Author: By
Last change: Change for PHP 4
Date: 17 years ago
Size: 922 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"> <!-- * Created on Feb 25, 2006 * * To change the template for this generated file go to * Window - Preferences - PHPeclipse - PHP - Code Templates --> <head> <title> </title> <script language="JavaScript" type="text/javascript" src="../rspa.js"></script> </head> <body> <input name="name2" type="text" id="name2"> <a href="#" onclick="new RSPA.Execute('MyClass.functionWithParm()', { parameters: new Array('This was the argument u passed','2nd arg'),controller: '../framework/Controller.php'})">Function call with Argument</a> <br /> <br /> <a href="#" onclick="new RSPA.Execute('MyClass.executeJS()', { controller: '../framework/Controller.php'})">Execute javascript at client</a> </body> </html>