Hi,

I get a 304 from fiddler, but when I go to view the text in the
inspector console of fiddler I get:
<script>window.open('http://LOCALHOST/SMS/Default.aspx?pPjcID=7535412B30696A515370343D','_top');</script>

and when I deeplink to the page directly I get:
<script>window.open('http://LOCALHOST/SMS/Default.aspx?pPjcID=7535412B30696A515370343D','_top');</script>if(typeof
SMS == "undefined") SMS={};
SMS.SMSBackloadSearchResults_class = function() {};
Object.extend(SMS.SMSBackloadSearchResults_class.prototype,
Object.extend(new AjaxPro.AjaxClass(), {
        UpdateBackload: function(manifestID) {
                return this.invoke("UpdateBackload", {"manifestID":manifestID},
this.UpdateBackload.getArguments().slice(1));
        },
        url: '/SMS/ajaxpro/SMS.SMSBackloadSearchResults,SMS.ashx'
}));
SMS.SMSBackloadSearchResults = new
SMS.SMSBackloadSearchResults_class();

which seems kind of odd! I would of thought that they should both
contain the same thing?

This is my first time using fiddler so excuse me if I am being stupid.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to