rv20 Posted May 24, 2009 Share Posted May 24, 2009 I am using a standard ajax script(i think) so i send a query string to a php script and if i add a alert(http_request.responseText); at that section of the ajax js code i get 2 exact same responses. hence the request to the php is called twice, everything else works apart from this. Any ideas what woud cause this? There is nothing is the code that i have done that makes it call it twice, well nothing obvious. Quote Link to comment Share on other sites More sharing options...
shlumph Posted May 24, 2009 Share Posted May 24, 2009 You're calling the JS function twice. CTRL+F the function name Quote Link to comment Share on other sites More sharing options...
brnibrni Posted June 1, 2009 Share Posted June 1, 2009 What browser are you using? Because I also got this prob on firefox. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.