J
|
Jane 2/14/2007 |
Hi,
and replace it with this one: <INPUT class=button onclick="editform.value_FieldName1.value='';editform.value_FieldName2.value='';" type=button value=Reset>
|
R
|
run4sbc author 2/14/2007 |
i had a problem and fixed it so i took the post away to avoid confusion |
R
|
run4sbc author 2/14/2007 |
for some reason I re-did it and it worked fine. Thanks for your help!!! |
R
|
run4sbc author 2/14/2007 |
One thing....I couldnt get it to reset the radio button. Is there a trick to that too? |
![]() |
Alexey admin 2/15/2007 |
Sure, here is the code: onclick="editform.value_FieldName1.value='';editform.value_FieldName2.value='';editform.value_Radiofield='';editform.radio_Radiofield[0].checked=true;" |
G
|
gshafer 9/6/2007 |
This works great for text fields and checkboxes. |