Multiple ajax requests at the same time

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
dknight3
Forum Newbie
Posts: 11
Joined: Wed Aug 02, 2006 6:04 pm

Multiple ajax requests at the same time

Post 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.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

it just wouldn't be normal for me to not to suggest jquery for your ajaxian needs...
dknight3
Forum Newbie
Posts: 11
Joined: Wed Aug 02, 2006 6:04 pm

Post 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.
Post Reply