RE: Selecting a value in a dropdown.

2000-06-28 Thread Mark Warrick
L PROTECTED]] > Sent: Wednesday, June 28, 2000 2:05 AM > To: [EMAIL PROTECTED] > Subject: RE: Selecting a value in a dropdown. > > > > You don't preselect it. You just make the record in the database > > the first item of the select list. > > Just a note of di

RE: Selecting a value in a dropdown.

2000-06-28 Thread Philip Arnold - ASP
> You don't preselect it. You just make the record in the database > the first item of the select list. Just a note of dissention on this idea - occasionally, IE5 doesn't select any items in a drop-down (when none have selected), it displays a blank entry (even though none exist) This bug only

RE: Selecting a value in a dropdown.

2000-06-27 Thread Mark Warrick
s URL: http://www.fusioneers.com ICQ: 346566 -- > -Original Message- > From: Erika Foster [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 27, 2000 1:10 PM > To: [EMAIL PROTECTED] > Subject: Re: Selecting a

Re: Selecting a value in a dropdown.

2000-06-27 Thread Erika Foster
[mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 27, 2000 10:38 AM > To: [EMAIL PROTECTED] > Subject: RE: Selecting a value in a dropdown. > > > You can cut that down even more to just use 1 if around the selected: > > i>SELECTED>#i#week/year > > > ---

RE: Selecting a value in a dropdown.

2000-06-27 Thread Mark Warrick
, June 27, 2000 10:38 AM > To: [EMAIL PROTECTED] > Subject: RE: Selecting a value in a dropdown. > > > You can cut that down even more to just use 1 if around the selected: > > i>SELECTED>#i#week/year > > > -Original Message- > From: Roberts, Je

RE: Selecting a value in a dropdown.

2000-06-27 Thread Brian Peddle
You can cut that down even more to just use 1 if around the selected: SELECTED>#i#week/year -Original Message- From: Roberts, Jesse D [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 27, 2000 11:16 AM To: '[EMAIL PROTECTED]' Subject: RE: Selecting a value in a dropdown.

RE: Selecting a value in a dropdown.

2000-06-27 Thread Roberts, Jesse D
Quality Assurance Boeing - Huntington Beach, CA [EMAIL PROTECTED] Ph. 714-896-3462 Fx. 714-896-3303 > -Original Message- > From: Erika Foster [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, June 27, 2000 7:24 AM > To: [EMAIL PROTECTED] > Subject: Selecting a value in a drop

Re: Selecting a value in a dropdown.

2000-06-27 Thread Chris Michl
You could do it this way: selected>#i# week/year Regards, Chris - Original Message - From: "Erika Foster" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 27, 2000 9:24 AM Subject: Selecting a valu

RE: Selecting a value in a dropdown.

2000-06-27 Thread Philip Arnold - ASP
> I am populating a select input field with a > > > > > #i# week/year > > > > That's all working. This form is also an edit form if a record already > exists for this facility. How do I pre-select the value that is in the > database for that record from with

RE: Selecting a value in a dropdown.

2000-06-27 Thread Mark Warrick
age- > From: Erika Foster [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 27, 2000 7:24 AM > To: [EMAIL PROTECTED] > Subject: Selecting a value in a dropdown. > > > I am populating a select input field with a > > > > > #i# week/yea

Re: Selecting a value in a dropdown.

2000-06-27 Thread Sharon DiOrio
What I like doing with commonly used selects is making them custom tags. The code would look something like this: selected>#i# week/year You call the tag like this: You don't have to do this as a custom tag, but for commonly used selects, it does neaten

Re: Selecting a value in a dropdown.

2000-06-27 Thread Dick Applebaum
SELECTED>>#i# week/year At 8:24 AM -0600 6/27/2000, Erika Foster wrote: >I am populating a select input field with a > > > > >#i# week/year > > > >That's all working. This form is also an edit form if a record already >exis

RE: Selecting a value in a dropdown.

2000-06-27 Thread Sean Daniels
> > > > #i# week/year > > > > That's all working. This form is also an edit form if a record already > exists for this facility. How do I pre-select the value that is in the > database for that record from within the loop? One way to do this: #i# week/year

Selecting a value in a dropdown.

2000-06-27 Thread Erika Foster
I am populating a select input field with a #i# week/year That's all working. This form is also an edit form if a record already exists for this facility. How do I pre-select the value that is in the database for that record from within the loop? Thanks,