-
<cfajaxproxy cfc="Artists">
-
<cfoutput><html><head><title>cfAjaxProxy demo</title>
-
<link rel="stylesheet" href="style.css" type="text/css">
-
<script type="text/javascript" src="artists.js"></script>
-
</head>
-
<body>
-
<h2>A Cool Web Application</h2>
-
<form id="nameForm">
-
First Name: <input type="text" name="firstname" size="10">
-
Last Name: <input type="text" name="lastname" size="10">
-
<br>
-
<input type="button" onclick="isNewName()" value="Check Name">
-
<span id="message"></span>
-
</form>
-
<input type="button" onclick="getArtistCount()" value="Get Artist Count">
-
</body></html></cfoutput>