If you get 304 it means that the file is not modified and don't need
to send it back, use the script from web browser cache, so the
response is empty. If you clear cache or file is "modified" you will
get the script correctly, then you will get status code 200.
Regards,
Michael
On 7/17/06, starsky <[EMAIL PROTECTED]> wrote:
>
> 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.
>
>
> >
>
--
Best regards | Schöne Grüße
Michael
Microsoft MVP - Most Valuable Professional
Microsoft MCAD - Certified Application Developer
http://weblogs.asp.net/mschwarz/
http://www.schwarz-interactive.de/
mailto:[EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---