I have created a webpage where in order to delete from a list of weblinks on weblinks.cfm, you select its corresponding checkbox which has been dynamically added on weblinks.cfm when the weblink was created on newweblink.cfm
(by input tag written within form that submits to deleteweblink.cfm) I want to include a select all checkbox on weblinks, which when checked, checks all the weblinks for delete operaton. like in hotmail delete contacts. how do I do that?
(by input tag written within form that submits to deleteweblink.cfm) I want to include a select all checkbox on weblinks, which when checked, checks all the weblinks for delete operaton. like in hotmail delete contacts. how do I do that?