Hi, I've got a comments page that I load within a div. On clicking the "Submit" button, my page redirects to the php file that I submit to.
Now since my site uses only one page which acts as the front-end with all sub-pages being loaded into a content div, i don't want the redirection happening. What I basically want to achieve is that on clicking the submit button, the data is posted to the php file without any noticeable difference happening to my page. The response etc will be taken care of by my code. Any ideas? Regards