Subversion Repositories cryptochat

Rev

Blame | Last modification | View Log | RSS feed

  1. <cfinclude template="sajax.cfm">
  2. <cfscript>
  3.         function otherefucntion() {
  4.                 return "URI: example_otheruri.cfm";
  5.         }
  6.        
  7.         function otherefucntion2() {
  8.                 return otherefucntion();
  9.         }
  10.        
  11.         //allowed functions
  12.         sajax_export("otherefucntion", "otherefucntion2");
  13.         sajax_handle_client_request();
  14.        
  15. </cfscript>