|
Posted by Ray Muforosky on August 10, 2004, 7:01 am
Please log in for more thread options
I have 2 forms A and B and fields A.radio ,A.text1 and B.text1, B.text2
I have this code working to pass value from a.button to B.testa when I click
on A.radio:
onClick=document.B.text1.value=this.value
How do I pass the value of A.text1 to B.text2 at the same time.
Any input will be highly appreciated.
|