Jexx Posted October 19, 2009 Share Posted October 19, 2009 Hi I'm using 2 AJAX scripts.. One to make hyperlinks links load in a DIV: http://www.xul.fr/ajax/responseHTML-attribute.html The other is used to Submit forms with POST method: http://www.aleixcortadellas.com/main.../01/ajax-post/ Both of these work fine by themselves.. But if I use them both the Submit form AJAX always fails. The code I'm using to load the new page into a DIV is: <li><a href="#" ONCLICK="loadWholePage('system.php')">System</a></li> This works well. The new page loads, but when I hit the submit button nothing happens. I have a feeling this is something simple.. But I can't see it ! Any ideas ?? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/178203-ajax-code-clashes/ 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.