VR Posted January 26, 2012 Share Posted January 26, 2012 Basically I had my client change their minds on which domain name they wanted so they had the site moved from the hosting company and now of course there is an error on the page when updating the cart. It seems just to be a simple alert for when the page is getting updating by what the visitor selected. Anyway have a clue on what could be happening here. Thanks. Site is - www.thedogdryer.com Quote Link to comment https://forums.phpfreaks.com/topic/255828-random-error/ Share on other sites More sharing options...
kicken Posted January 26, 2012 Share Posted January 26, 2012 Assuming your talking about the JS alert window that popups up with the source code. a) Wrong forum, that's nothing to do with PHP. b) It's not an error, your intentionally doing that: function(responseText){ alert(responseText); <---------------- HERE $("#result").html(responseText); var garttotal=$('#granttot2').val(); $('#finalamount').val(garttotal); }, Quote Link to comment https://forums.phpfreaks.com/topic/255828-random-error/#findComment-1311449 Share on other sites More sharing options...
VR Posted January 26, 2012 Author Share Posted January 26, 2012 Sorry, didnt really know where to turn. Thanks though you are a life saver. Fixed. Quote Link to comment https://forums.phpfreaks.com/topic/255828-random-error/#findComment-1311451 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.