ColdFusion
  Home arrow ColdFusion arrow Page 2 - CFAjax: What it is and How to Use it
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Moblin 
JMSL Numerical Library 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
COLDFUSION

CFAjax: What it is and How to Use it
By: Jayaram Krishnaswamy
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 33
    2006-02-14

    Table of Contents:
  • CFAjax: What it is and How to Use it
  • Implemented ColdFusion Function
  • CFAjax implementation of a ColdFusion function
  • Code Analysis: The External js files
  • MyCFAjax.htm file

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    CFAjax: What it is and How to Use it - Implemented ColdFusion Function


    (Page 2 of 5 )

    The following ColdFusion function, 'test_this ()' will be implemented using the tags <cffunction/>. Put simply, this function takes two arguments, x and y. The function produces the result, which is the square root of summing the values of x * x and y * y.

    <cffunction name="test_this">
    <cfargument name="x" required="yes" type="numeric">
    <cfargument name="y" required="yes" type="numeric">
    <cfset result=sqr(#x#*#x#+#y#*#y#)>
    <cfreturn result>
    </cffunction>

    This function may be tested with the following statement added to the above. The resulting CFM file TestThis.cfm calls the function 'test_this' passing the arguments 3 and 4 to the function. The browser output for this is shown in the next picture. Five is the correct answer for square root of (3^ 2 + 4 ^ 2).

    <cfoutput>
    #test_this("3","4")#
    </cfoutput>

    More ColdFusion Articles
    More By Jayaram Krishnaswamy


       · Ajax is here to stay. All platforms, especially those web related will have great...
       · You gave a good example for ColdFusion and Ajax, but I have one suggestion. Can you...
       · Thanks. The OnLoad() for the body was used, any other event would do just the same....
       · The program may need a little TLC for user:Square Root of ( <input id="x"...
       · Square Root of ( <input id="x" name="x" value=3 onChange="loadInfo()"> ^ 2 +...
       · First of all, thanks for posting CFAjax: What it is and How to Use it. A very...
       · Let me know at what point you have the problem:1. Did you download CFAJAX from...
       · Great article!I think the MyCFAjax.htm input boxes are missing a call to the...
       · I know this is an old thread, but just in case someone stumbles upon this and needs...
     

    COLDFUSION ARTICLES

    - How to Access a SQL Anywhere Database with C...
    - CFXML: Probing XMLDOM in ColdFusion
    - Creating a Web Service with ColdFusion: the ...
    - CFAjax: What it is and How to Use it
    - Querying SQL 2000 Server from ColdFusion
    - Introduction to ColdFusion Markup Language, ...
    - Introduction to ColdFusion Markup Language
    - Databases and Dreamweaver MX 2004, concluded
    - Databases and Dreamweaver MX 2004
    - Welcome to Coldfusion MX 6.1, concluded
    - Welcome to Coldfusion MX 6.1
    - What You Must Know About ColdFusion Flow-Con...
    - What You Must Know About Operators in ColdFu...
    - Everything You Must Know About ColdFusion Va...
    - My First Application on ColdFusion MX Server






    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
    Stay green...Green IT