Okay, if I did it right, here's what I see...

On my local system (which works), the Response tab simply contains the 
Server Time that is sent back.

On my live server (Windows) that isn't working right and returning that 
weird error message, I get this:

===============

<script type="text/javascript">_cf_loadingtexthtml="<div 
align='center'><img src='/CFIDE/scripts/ajax
/resources/cf/images/loading.gif'/>";
_cf_contextpath="";
_cf_ajaxscriptsrc="/CFIDE/scripts/ajax";
_cf_jsonprefix='//';
_cf_clientid='470E9572A0679FB1D701E5C9930C7ACB';</script><script 
type="text/javascript" src="/CFIDE/scripts
/ajax/messages/cfmessage.js"></script>
<script type="text/javascript" 
src="/CFIDE/scripts/ajax/package/cfajax.js"></script>
<script type="text/javascript">
        ColdFusion.Ajax.importTag('CFAJAXPROXY');
</script>
<script type="text/javascript">
        var _cf_pm=ColdFusion.AjaxProxy.init('/ajax/pm.cfc','pm_proxy');
        _cf_pm.prototype.pmCount=function(userid) { return 
ColdFusion.AjaxProxy.invoke(this, "pmCount", {userid
:userid});};
</script>
<script language="JavaScript">
if (self.parent.frames.length != 0)
         self.parent.location="http://www.sierrasledders.com";;
</script>
<script language="JavaScript">
        function pmCount(userid) {
                var userid = userid;
                var instance = new pm_proxy();
                instance.setCallbackHandler(pmCountSuccess);
                instance.pmCount(userid);
        }
        function pmCountSuccess(result) {
                document.getElementById('pm_count').innerHTML = result;
        }
</script>
"30 Jan 2008 - 07:45:47"

===============

Which is interesting because it does seem to be returing the server 
time, but all that mess ahead of it too.  Weird.

Rob



Raymond Camden wrote:
> You should see one line item per Ajax request. If you click to expand
> it, there is a 'Result' tab I believe. This shows you what the server
> returned.
> 
> On Jan 30, 2008 10:52 AM, RobG <[EMAIL PROTECTED]> wrote:
>> Raymond Camden wrote:
>>> If you use Firebug to monitor the XHR requests, what do you in the
>>> server response? Is it valid JSON?
>> Hi Ray!
>>
>> I just installed firebug, but I don't quite understand what I'm looking
>> for.  I found the "XHR" section under the "Net" tab, but it doesn't
>> really select.  I see lots of outputs but I don't really know what to
>> make of it.
>>
>> Rob
>>
>>
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297777
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to