http://docs.jquery.com/Ajax/jQuery.ajaxSetup
Karl Rudd On Wed, May 28, 2008 at 12:31 AM, Arun Kumar <[EMAIL PROTECTED]> wrote: > > Not this case, I want to know how to use it synchronously. > > On May 27, 4:47 pm, "Karl Rudd" <[EMAIL PROTECTED]> wrote: >> Ok that's nothing to do with sync vs async. As I said, some examples >> of the code you're using would be helpful. >> >> Karl Rudd >> >> On Tue, May 27, 2008 at 9:14 PM, Arun Kumar >> >> <[EMAIL PROTECTED]> wrote: >> >> > How can I use this load() function to load a page in sync? >> >> > In IE, Object doesn't support this method or property. >> >> > On May 27, 3:52 pm, "Karl Rudd" <[EMAIL PROTECTED]> wrote: >> >> If you're getting errors it usually means something is working in a >> >> different way it was meant to work. What sort of errors are you >> >> getting? Some examples of the code would be helpful. >> >> >> Karl Rudd >> >> >> On Tue, May 27, 2008 at 3:32 PM, Arun Kumar >> >> >> <[EMAIL PROTECTED]> wrote: >> >> >> > I know. >> >> >> > The reason for using this is, I am loading a page using load() >> >> > function. Then I am performing some operations on the fields in that >> >> > page. If the load function is used to load in asynchronous manner, I >> >> > will get some errors in IE. >> >> >> > This is the reason for loading it in sync. >> >> >> > How can I use this load() function to load a page in sync? >> >> >> > On May 27, 2:42 am, "Karl Rudd" <[EMAIL PROTECTED]> wrote: >> >> >> Yes but the more important question to ask is why do you want to load >> >> >> something synchronously. Bear in mind that loading something >> >> >> synchronously will lock the _entire_ browser up until it's finished. >> >> >> (At least that's been my impression of why it's not used). >> >> >> >> Karl Rudd >> >> >> >> On Tue, May 27, 2008 at 1:54 AM, Arun Kumar >> >> >> >> <[EMAIL PROTECTED]> wrote: >> >> >> >> > Can I use jQuery load() function to load a dynamic page in >> >> >> > synchronous >> >> >> > manner? (async: false) >