Posted by Shelly on 10/18/06 11:01
The solution that worked (thanks to Gleep) was to add:
onchange="window.document.formB.theListH.value=(this.options[this.selectedIndex].text)"
to a change in the drop-down list (theList in formA). I set theListH as a
hidden variable in the other form (formB).
I test on all the buttons and the ones that were from formB I use the value
from theListH and the ones from the first form I use the value from theList.
Of course, I initially set theListH to be the first one on the drop-down
list.
Shelly
Navigation:
[Reply to this message]
|