| | I have an HTML question. I have two boxes on a page and plan to add a few more. The first box contains a block of HTML code and a SELECT ALL button at the bottom, using this line of cide: CODE <input name="button" type="button" onclick="document.form_code.code.select()" value="Select All" /> It works fine. My second box has a similar line of code: CODE <input name="button2" type="button" onclick="document.form_code.code.select()" value="Select All" /> But when I click THAT one, it still selects the cide in my FIRST box. Can anyone help? Thanks. Gin |


