How to use cfajaximport to add ajax feature in ColdFusion

cfajaximport for using ajax feature in ColdFusion

cfajaximport.cfm


<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>cfajaximport tag: how to use cfajaximport for using ajax feature in coldfusion</title>
</head>

<body>
<h2 style="color:DeepPink; font-style:italic">cfajaximport tag example: how to use</h2>
<hr width="400" align="left" color="OrangeRed" />
<br />

<cfajaximport tags="cfwindow">

<a href="JavaScript:ColdFusion.Window.create('ImageWindow','Butterfly Image','Image.cfm',{width:450, height:375})">
 <h3 style="color:RosyBrown">
        <b>Click to see butterfly image</b>
    </h3>
</a>


</body>
</html>









More ColdFusion examples