"Nanos" wrote
For the form I need to create drop down select with say five different
options. There also should be possibility
to enter own option if one is not
listed. Is there a way to do it. Did anyone come accross of any
tool/script?
There certainly is. Javascript can do this using the Option object, which
has been around since before the DOM. For details, ask in
news:comp.lang.javascript; for an example, see the lists at
<URL:
http://4umi.com/web/html/characterset.htm >
HTH
Ivo