Need help with a form script - textreplace/checkall
Hi there!
I got this form where I want to make this "update"-link to check all checkboxes with the name<INT>. It should also send the value from bALL to text inputs where name is b<INT>v (b = box, v = value).
-
<input type="checkbox" name="bALL" /> <input type="text" name="bALLv" value="" /> <a href="javscript: do('update');">Update</a><br />
1: <input type="checkbox" name="b1" /> <input type="text" name="b1v" value="abc" /><br />
2: <input type="checkbox" name="b2" /> <input type="text" name="b2v" value="abc" /><br />
3: <input type="checkbox" name="b3" /> <input type="text" name="b3v" value="abc" />
Thanks for any help!
