|
First i recommend you to use a javascript library (link jQuery) because removes many incompatibilities between browsers.
The idea for your question is to add additional html structure on onChange event. Set your target (an empty div or something, with an unique defined id), and insert there other fields or what you need
|