search for: answer_4

Displaying 1 result from an estimated 1 matches for "answer_4".

Did you mean: answer_1
2006 Jan 09
0
Adding multiple input boxes having unique ids
...="answer_3" name="answer_3" size="70" type="text" value="Another Answer" /> </div> I need to make the input box look like: <div id=''answer_edit'' style=''display:none;''> <input id="answer_4" name="answer_4" size="70" type="text" value="Another Answer" /> </div> With the only change being "answer_4". I tried to increment it with #{@cnt=@cnt+1}" but that''s not working because it is static html. Any ideas?...