(Some elaboration)Re: Html question (eventhough it relates other mailing lis 2003-09-05 - By K R Viju
Back 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 listserv@(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 listserv@(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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859 (See http://iso-8859.ora-code.com)-1"> <META content="MSHTML 6.00.2600.0" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT size=2>Text box, List box cannot be combined into 1 component.</FONT></DIV> <DIV><FONT size=2>Maybe you have a textbox, a button, a listbox.</FONT></DIV> <DIV><FONT size=2>Enter in textbox, value u wanted to add to list box, on click of button, add the value entered in textbox to the listbox.</FONT></DIV> <DIV><FONT size=2>can remove the button and replace the button click with keypress of "enterkey" in textbox.</FONT></DIV> <DIV><FONT size=2></FONT> </DIV> <DIV><FONT size=2>Vj</FONT></DIV> <DIV><BR></DIV> <BLOCKQUOTE style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">Friends,<BR><BR>Actually in the webpage i want to have<BR>1. a text box type control, we it with the following code <input type='text'<BR>name='t1' value=''><BR>2. A selection box which can be done with<BR> <select name='s1'><option value='1'></select><BR><BR>I need a box which can simulate both above scenarios.<BR><BR>Any help is appriciated.<BR><BR>Madhu<BR><BR>> Hi,<BR>><BR>> Here i am posting a uqestion which may not relates to JSP, but relates to<BR>> web.<BR>> So , if anybody have any suggestion pour in.<BR>><BR>> Actaully i want to have a drop down list, in which i may enter my own value<BR>> (like input type of text) or i can select a value from the drop down list<BR>> (which<BR>> should work as selection box). Is there anyway to do that?<BR>><BR>> Thanks,<BR>> --<BR>> V Madhu.<BR><BR>__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ _____ __ ____ ____<BR>To unsubscribe, send email to <A href="mailto:listserv@(protected)">listserv@(protected)</A> and include in the body<BR>of the message "signoff SERVLET-INTEREST".<BR><BR>Archives: <A href="http://archives.java.sun.com/archives/servlet-interest.html">http:/ /archives.java.sun.com/archives/servlet-interest.html</A><BR>Resources: <A href="http://java.sun.com/products/servlet/external-resources.html">http:/ /java.sun.com/products/servlet/external-resources.html</A><BR>LISTSERV Help: <A href="http://www.lsoft.com/manuals/user/user.html">http://www.lsoft.com /manuals/user/user.html</A></BLOCKQUOTE></BODY></HTML> __ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff SERVLET-INTEREST". <p> 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 <p>
|
|