-
Dynamically copy fields?
Hello all,
I’ve been looking all over for the answer to this question so I really do hope someone can please help me out. I just need a simple example of how to dynamically copy inputed values from a textField into a textArea by clicking a button. Someone suggested PHP and another suggested javascript. What I’m looking to do is create a small .css generator for my clients to use. This is the HTML I have so far. I placed *’s in it as I don’t know how to keep code from graphically displaying:
<*input name="color" type="text" size="6"*>
<*input value="Create Code" type="button"*>
<*textarea name="output" cols="50" rows="10"*>
<*/textarea*>If someone can give me a hand on this, or point me in the right direction, it will be very greatly appreciated.
Thanks,