Forum Moderators: open

Message Too Old, No Replies

Thick box Registration page with out submit button

         

bharathi

6:54 am on Jul 18, 2008 (gmt 0)

10+ Year Member



Hi every one..
I am using Thick box popup.. Using that i have created a resigtration page on that popup.. My problem is i have to store the values into database with out submitting the page.. (ie) if i click outside of that popup, then the text box value will have to store in database..

Please Help Me..

Thanks in advance

DrDoc

5:21 pm on Jul 22, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



What you are looking for is an AJAX solution. You need to use event handlers like
onblur
or
onmouseout
(whichever is more appropriate for your needs) which then submits the data to the server using AJAX. In fact, you should probably call this function for each form. Once someone tabs away from an input field (or clicks outside it), the data can easily be submitted.