Login   Register  
PHP Classes
elePHPant
Icontem

File: example/debug.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of sunish  >  RSPA  >  example/debug.html  >  Download  
File: example/debug.html
Role: Auxiliary data
Content type: text/plain
Description: debug.html
Class: RSPA
Process browser events on the server using AJAX
Author: By
Last change:
Date: 2006-07-20 10:54
Size: 668 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>
 <a href="#" onclick="var myrspa = new RSPA.Execute('MyClass.functionWithParm()', {debug:true, controller: '../framework/Controller.php'})">See what is debug window</a>
 </body>
</html>