Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Javascript help


ghost's Avatar
0 0

I'm not sure what to do in this situation. I want to change the value of <option value="http://www.domain.com">OPTION</option> with javascript:, but i'm not sure how to.


ghost's Avatar
0 0

Give the option element an ID attribute and change it by doing document.getElementById('the_id_here').value = "new value"