Question:A form contains two fields named id1 and id2. How can you copy the value of the id2 field to id1? 

A document.forms[0].id1.value=document.forms[0].id2.value 

B document.forms[0].id2.value=document.forms[0].id1.value 

C document.id1.value=document.id2.value 

D document.id2.value=document.id1.value 

+ Answer
+ Report
Total Preview: 952

Copyright © 2024. Powered by Intellect Software Ltd