Hi !!
Is it possible to create a browsable and editable database in tabular format
using servlets? This operation should be on the browser i.e Netscape and IE.
And
I have a table with following columns
------------------
code | description
------------------
1    | student
2    | faculty
3    | others
.    | ...
.    | ...
.    |....

50   |....
------------------
Now I want to take these values and display description in the HTML form
(<select> <option value=  >) so that the user can select from the options
since as the number of type of member grows it's not possible to remember
the codes.
Any ideas how is it possible to do so, so that if the table changes those
changes are reflected in the <select><option>    </select> list?
Thanx,
-Neeta
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to