hi, pls i need help. i have an html page containing some Form controls but am also generating and naming some controls e.g Checkbox and Textbox dynamically using a server side script, the naming of the controls(Form) is base on the fields name from my table in my database, now there's my problem. How do i check if a control generated dynamically e.g Checkbox is checked or not by the user using javascript.
it does not matter wether names are set up as a HTML static code or are dynamically generated. The condition is that those checkboxes to have a unique name
Bookmarks