Re: fix size of select item

2000-02-09 Thread Jeremy Reeves
Use   to fix the size -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of JSP Sent: Tuesday, February 08, 2000 6:58 PM To: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Subject: Re: fix size of select it

Re: fix size of select item

2000-02-09 Thread Darcie Huntress
elect larger than it would by default. -Original Message-From: JSP [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 08, 2000 9:58 PMTo: [EMAIL PROTECTED]Subject: Re: fix size of select item I think it is not possible to fix the size of the list box. The list gets automaticall

Re: fix size of select item

2000-02-09 Thread Huynh, Mai
try to use -Original Message- From: JSP [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 08, 2000 8:58 PM To: [EMAIL PROTECTED] Subject: Re: fix size of select item I think it is not possible to fix the size of the list box. The list gets automatically sized as per the size of the

Re: fix size of select item

2000-02-09 Thread David Eaves
unction onload (I'm not sure if I've done the JSP comments correctly it's late)--%>             Hopefully this helps. The blank option tricks Netscape to draw the select to the width of the spaces. Then onload the select is emptied and filled with your v

Re: fix size of select item

2000-02-08 Thread JSP
6, 2000 8:08 PM Subject: fix size of select item > how can i fix the size of list box in html .> i am populating the list box from database .> its size changes according to the first option .> i want to fix the size of selection box.> > > -> > > Visit ht

Re: fix size of select item

2000-01-31 Thread Mark E Johnson
From: Khurram Mahmood <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 29, 2000 2:00 AM Subject: Re: fix size of select item Only works for IE4+ though! -Original Message- From: Richard Yee [mailto:[EMAIL PROTECTED]] Sent: Friday, January 28, 2000 2:04 PM To:

Re: fix size of select item

2000-01-29 Thread Khurram Mahmood
Only works for IE4+ though! -Original Message- From: Richard Yee [mailto:[EMAIL PROTECTED]] Sent: Friday, January 28, 2000 2:04 PM To: [EMAIL PROTECTED] Subject: Re: fix size of select item To fix the size of a select box, you can put in an OPTION tag that consists of OPTION Value

Re: fix size of select item

2000-01-29 Thread Mike Van Riper
Original Message- From: [Your Full Name] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 26, 2000 8:09 PM To: [EMAIL PROTECTED] Subject: fix size of select item how can i fix the size of list box in html . i am populating the list box from database . its size changes according to the first op

Re: fix size of select item

2000-01-29 Thread Brian Schaefer
Actually, it sizes to the largest element in the list. > -Original Message- > From: Mike Van Riper [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 28, 2000 1:25 PM > To: [EMAIL PROTECTED] > Subject: Re: fix size of select item > > > There is nothing you can do

Re: fix size of select item

2000-01-29 Thread Richard Yee
er blank line for(i=0;imailto:[EMAIL PROTECTED]] Sent: Wednesday, January 26, 2000 8:09 PM To: [EMAIL PROTECTED] Subject: fix size of select item how can i fix the size of list box in html . i am populating the

Re: fix size of select item

2000-01-28 Thread Narasimha, Goli
Use JavaScript to set the length property of the list box. Ex: document.formname.selectboxname.options.length = value; Tx Goli -Original Message- From: [Your Full Name] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 26, 2000 11:09 PM To: [EMAIL PROTECTED] Subject: fix size of

fix size of select item

2000-01-27 Thread [Your Full Name]
how can i fix the size of list box in html . i am populating the list box from database . its size changes according to the first option . i want to fix the size of selection box. - Visit http://www.niit.com for eCommerce Solutions.