eddy556 Posted June 13, 2008 Share Posted June 13, 2008 I would like to use ajax to edit the value of a checkbox. I assumed it would be the same way that you can edit a textbox, such as: document.getElementByID('confirm').value = document.testForm.drop_down.options[document.testForm.drop_down.selectedIndex].value; where if 'confirm' was a textbox it would be populated with the value, however this doesn't seem to work when set to a checkbox control. Thanks for your help Quote Link to comment Share on other sites More sharing options...
adam84 Posted July 11, 2008 Share Posted July 11, 2008 Call me crazy, but it doesnt look like your are doing anything with ajax, just simple javascript. 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.