I'm a php dude and javascript just kills me.
I would appreciate it if some one showed me examples of how to add text to a text area using <option> tags.
Thanks in advanced.
I'm a php dude and javascript just kills me.
I would appreciate it if some one showed me examples of how to add text to a text area using <option> tags.
Thanks in advanced.
HTML Code:<select onchange="document.getElementById('tx').value+=this.value;"> <option value="ay">A</option> <option value="bee">B</option> <option value="cee">C</option> </select> <textarea id="tx"></textarea>
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
you kick ass
Bookmarks