trying to use cfajaxproxy blog post by <@U01UMF483...
# cfml-general
g
trying to use cfajaxproxy blog post by @Adam Cameron i have a question re reading back to back and i understood it needs ajax call but what about this type of call
Copy code
<cfajaxproxy cfc="cfc.alert" jsclassname="proxy">

  <script>
  function Ack(argumentAlertID) {
  var  x = new proxy();
  x.Update(argumentAlertID);
  }
  </script>
a
I wrote a blog post about
<cfajaxproxy>
?