If you requests needs more then 10 seconds (default) it will time out, see AjaxPro.timeoutPeriod. You can set this to a different value or implement the timeout callback function.
Regards, Michael On 9/22/06, Tim Boland <[EMAIL PROTECTED]> wrote: > Michael, > Yes, "The browser is working" shows up fine. The response is being returned > but doesn't always show up in IE 7. I'm going to dive into more this > weekend. I'll post my findings. > > - Tim > > > On 9/22/06, Michael Schwarz <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > does the requests needs longer? What is if you open > > http://www.ajaxpro.info/, do you see the message in the top "Your > > browser is working..."? > > > > Regards, > > Michael > > > > > > On 9/22/06, tb <[EMAIL PROTECTED]> wrote: > > > > > > Was your problem with IE 7? Looking at Fiddler the response is being > > > sent to the browser but not showing up. > > > > > > > > > Henrik Stidsen schrieb: > > > > > > > tb skrev: > > > > > I have a search suggest currently working. Users type in a company > > > > > name and the results as they type are returned to a div tag that has > a > > > > > auto scroll enabled. This works fine for IE 6, FF 1.5 but not all > the > > > > > time in IE 7. If you type slow (a letter every second) it works. > But > > > > > if you type in fast (two letters every second) it shows nothing. > I've > > > > > checked with Fiddler and the request are being made but the response > is > > > > > not showing up. > > > > > > > > I had a similar problem, a select box that updated a list onchange. > > > > Scroll too fast in the selectbox and the browser crashes... > > > > > > > > I guess it is because the request queueing in the browser gets > > > > overloaded and breaks down. My suggestion is to wait for the request > to > > > > finish before sending the next. The suggestlist might not update on > > > > every keystroke - but thats probably better than not working at all :) > > > > > > > > > > > > > > > > > > > -- > > 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/ > > > > Skype: callto:schwarz-interactive > > MSN IM: [EMAIL PROTECTED] > > > > > > > > -- > > ---------------------- > > Tim Boland > > www.techtoolblog.com > > ---------------------- > > > > > > > > > > > > > > > > > > > -- 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/ Skype: callto:schwarz-interactive MSN IM: [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/ Don't forget to read my blog at http://weblogs.asp.net/mschwarz/ -~----------~----~----~----~------~----~------~--~---
