matudustrauss Posted May 19, 2008 Share Posted May 19, 2008 I have got this two forms and one with a hidded text box. the first textbox after losing focus it passes the value to this hidden <input type='hidden' id ="hidden1'" name='Inumber1' value='form1.number'> I need to access the database without submiting the form using "value='form1.number'.How can I use the textbox value on the form. Quote Link to comment Share on other sites More sharing options...
Psycho Posted May 20, 2008 Share Posted May 20, 2008 You will need to use JavaScript to access the field value and then submit it through AJAX. Quote Link to comment 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.