phpnewnoob Posted December 31, 2011 Share Posted December 31, 2011 Hi, Noob needs help: need to assign the value of the textbox ("tbox") to the value of the radio button, can someone help me how to make it work? <code> <input name="tbox" type="text" class="field text medim" size="15"/><br> <input type="radio" name="ampaid" value="$tbox"/>Paid <br> <input type="radio" name="amret" value="$tbox"/>Returned </code> thanks. Quote Link to comment https://forums.phpfreaks.com/topic/254110-how-to-assign-textbox-value-to-radio-button-value/ Share on other sites More sharing options...
AyKay47 Posted December 31, 2011 Share Posted December 31, 2011 asynchronously? if so, http://api.jquery.com/category/ajax/ Quote Link to comment https://forums.phpfreaks.com/topic/254110-how-to-assign-textbox-value-to-radio-button-value/#findComment-1302770 Share on other sites More sharing options...
sunfighter Posted December 31, 2011 Share Posted December 31, 2011 check your other post about this: http://www.phpfreaks.com/forums/index.php?topic=350848.0;topicseen Quote Link to comment https://forums.phpfreaks.com/topic/254110-how-to-assign-textbox-value-to-radio-button-value/#findComment-1302810 Share on other sites More sharing options...
phpnewnoob Posted January 2, 2012 Author Share Posted January 2, 2012 Thanks a lot Sunfighter, you saved my day! Problem solved! Quote Link to comment https://forums.phpfreaks.com/topic/254110-how-to-assign-textbox-value-to-radio-button-value/#findComment-1303208 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.