Hi all,

i am new to AJAX, so need some help

I want to create simple feedback (comment) form, base on AJAX.
So, I have my HTML form, and even have my SQL database, and PHP script.
All is working quite ok, but I need to make it AJAX - the main reason is, that I DONT NEED PAGE TO BE RELOADED.

What can You suggest? :?:

If needed, I will post all the codes here.

Thx.

Recommended Answers

All 3 Replies

asdasd

Write a function for onsubmit event for ur form and then in that function send a ajax request to the server.

What say?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.