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. Link to comment https://forums.phpfreaks.com/topic/106277-i-want-to-use-textbox-values-on-a-form-without-submiting-the-form/ 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. Link to comment https://forums.phpfreaks.com/topic/106277-i-want-to-use-textbox-values-on-a-form-without-submiting-the-form/#findComment-545823 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.