I tried to produce a simple test case to send out, however, i couldn't repeat the behaviour in the simple case. Since i sent my original post i've attempted a couple of non-jQuery approaches and they all seemed to suffer the same problem. For this reason i'm thinking there must be something in my page which is causing a conflict with any Javascript call. I'm also using the AjaxToolkit and my page contains other javascript that is generated by the .NET framework, so I have plenty of things to check on...
thanks, Ykoorb On Dec 5, 5:00 pm, ricardobeat <[EMAIL PROTECTED]> wrote: > Nothing in the load() function prevents any clicks or interaction to > happen, unless the ajax object is configured to be synchronous. If you > provide a test page showing the issue someone might be able to help. > > cheers, > - ricardo > > On Dec 5, 7:26 am, ykoorb <[EMAIL PROTECTED]> wrote: > > > > > Hey everyone, > > > I've just downloaded and started using jQuery v1.2.6 in a web project > > i'm working on. When a search result page loads i want to also search > > another site and show the results in my page. It looked like the $ > > ([node]).load() function would be the best way of doing this. > > > I implemented it and it seems to work fine, however, the .load > > function can take 5-10 seconds to return any data and in that time, > > none of the links on my page will allow the user to navigate away - > > which is undesirable. I've read in the documentation that the .load > > function is asynchronous by default, so in theory i can't understand > > why it would be stopping other content from being usable. > > > The project is primarily ASP.NET and i use Page.RegisterStartupScript > > to write the following javascript to the page so it executes after the > > page has completed loading : > > > <script type="text/javascript">$("#RelatedResults").load("{url}");</ > > script> > > > Has anyone got any ideas why this might be happening? > > > thanks, > > Ykoorb- Hide quoted text - > > - Show quoted text -