Text box, List box cannot be combined into 1
component.
Maybe you have a textbox, a button, a listbox.
Enter in textbox, value u wanted to add to list box, on
click of button, add the value entered in textbox to the listbox.
can remove the button and replace the button click with
keypress of "enterkey" in textbox.
Vj
Friends,
Actually
in the webpage i want to have 1. a text box type control, we it with the
following code <input type='text' name='t1' value=''> 2. A
selection box which can be done
with <select
name='s1'><option value='1'></select>
I need a box which
can simulate both above scenarios.
Any help is
appriciated.
Madhu
> Hi, > > Here i am posting a
uqestion which may not relates to JSP, but relates to > web. > So,
if anybody have any suggestion pour in. > > Actaully i want to
have a drop down list, in which i may enter my own value > (like input
type of text) or i can select a value from the drop down list >
(which > should work as selection box). Is there anyway to do
that? > > Thanks, > -- > V
Madhu.
___________________________________________________________________________ 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
___________________________________________________________________________
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
|