Page 1 of 1

Multiple ajax requests at the same time

Posted: Fri Jan 19, 2007 1:38 am
by dknight3

Code: Select all

Error: uncaught exception: [Exception... "Component returned failure code: 0x804b000f [nsIXMLHttpRequest.setRequestHeader]"  nsresult: "0x804b000f (<unknown>)"  location: "JS frame :: http://teamoab.com/includes/main.js :: ajaxpost :: line 36"  data: no]
the url is http://www.teamoab.com

i think what is happening is that its trying to load the main content block and the userinfo block at the same time and it wont do it, am i right? any fixes?

thanks in advance.

Posted: Fri Jan 19, 2007 9:23 am
by Kieran Huggins
it just wouldn't be normal for me to not to suggest jquery for your ajaxian needs...

Posted: Fri Jan 19, 2007 4:16 pm
by dknight3
i think i found a solution here, http://smokey.rhs.com/web/blog/poweroft ... 6CF4HE.htm

unfortunatly i have to go to work so i wont be able to test it out.