noobster
07-10-2007, 02:34 PM
Hi,
what i have:
-->2 forms because i have to (sorry no time to explain)
-->1 form contains a adobe spry suggest menu, suggesting dropdown via DIV, so it's in fact a textarea.
-->I use this :onMouseOver="document.form1.select3.value=this.value;
Here is MouseOver but i tried all other events i think.
What i need:
-->To copy the "fake" dropdown value to another hidden filed in the other form of my page.
What's wrong:
--> when i Type, i works , it auto updates as i type in, but when i click on a dropdown value , it doesn't take my new value, it just reflects the few letters i typed "by hand". Or i have to click in another field, or mouseover the field with my mouse etc..to force update.
I can't rely on that cause a user will always be able to bypass that even if he didn't really wanted to.
Is there another way to autoupdate/copy/duplicate in real time these two fields?
thanks for any help
what i have:
-->2 forms because i have to (sorry no time to explain)
-->1 form contains a adobe spry suggest menu, suggesting dropdown via DIV, so it's in fact a textarea.
-->I use this :onMouseOver="document.form1.select3.value=this.value;
Here is MouseOver but i tried all other events i think.
What i need:
-->To copy the "fake" dropdown value to another hidden filed in the other form of my page.
What's wrong:
--> when i Type, i works , it auto updates as i type in, but when i click on a dropdown value , it doesn't take my new value, it just reflects the few letters i typed "by hand". Or i have to click in another field, or mouseover the field with my mouse etc..to force update.
I can't rely on that cause a user will always be able to bypass that even if he didn't really wanted to.
Is there another way to autoupdate/copy/duplicate in real time these two fields?
thanks for any help