Hey Matt,

I've dloaded the last nightly build and added the setSyncMode as you
laid out....still no sign of my HTML string showing in the browser??

Here's the latest index.cfm file with the addition of the setSyncMode
();
---------------------------------------------------


<cfajaxproxy cfc="test" jsclassname="testProxy">

<script type="text/javascript">
        testProxy = new testProxy();

        getRecords = function() {
                testProxy.setCallbackHandler(getRecords_Handler);
                testProxy.setSyncMode();
                testProxy.getRecs();
        }
        getRecords_Handler =  function(retVal) {
          document.getElementById('showRecs').innerHTML=retVal;
        }

</script>

<a href="" onClick="getRecords(); return false;">Get Records</a>

<br/><br/>

<div id="showRecs">

</div>
---------------------------------------------------

If you can get it to run I'd love to know how? ;-)

TIA

Cheers

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to