Can you change this in the database? If not.. where can I change this?

name"id[txt_1]"
id="attrib-3-0"

Both of these are not allowing my custom javascript to work. I would like to change to to something that won't mess up my output to a text field.

document.all.attrib-3-0.value = child.options[child.selectedIndex].text;

attrib-3-0 won't work due to the hyphens. I would like to alter the id to not contain the hyphens. I believe I would have to do this inside the database.

I have a similar thread where I have included the code. But this idea just came to mind and didn't want the post to be missed due to the title of the other one.

Thanks in advance!