PC Review


Reply
Thread Tools Rate Thread

Can a user manually input to a dropdown

 
 
Dave
Guest
Posts: n/a
 
      13th Aug 2004
I am using 5 common entries in a dropdown but occasionally, one of the
dropdown entries is not appropriate.

Can a user manually input to the dropdown field?

If not is there a best practices for this type of interface?

thanks
Dave


 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      13th Aug 2004
No. However, you can add a value to the drop down, such as "Other" and then provide a text field
below for the user to enter the info.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Dave" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> I am using 5 common entries in a dropdown but occasionally, one of the
> dropdown entries is not appropriate.
>
> Can a user manually input to the dropdown field?
>
> If not is there a best practices for this type of interface?
>
> thanks
> Dave
>
>



 
Reply With Quote
 
Dave
Guest
Posts: n/a
 
      13th Aug 2004
Ok!

If the dropdown has the name LOCATION
and the listed values are 1, 2, 3, Other
then the user types 11 in the Text Box, is this Text Box Named LOCATION as
well?

Dave

"Thomas A. Rowe" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> No. However, you can add a value to the drop down, such as "Other" and

then provide a text field
> below for the user to enter the info.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WEBMASTER Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> To assist you in getting the best answers for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
>
> "Dave" <(E-Mail Removed)> wrote in message

news:(E-Mail Removed)...
> > I am using 5 common entries in a dropdown but occasionally, one of the
> > dropdown entries is not appropriate.
> >
> > Can a user manually input to the dropdown field?
> >
> > If not is there a best practices for this type of interface?
> >
> > thanks
> > Dave
> >
> >

>
>



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      13th Aug 2004
The text box needs to have a different name. If you are just sending the results to email, then that
would be all you have to do, and you would see in the email the word "other" and then the "11" for
the text box field.

You could most likely use JavaScript to replace the "Other" with the value of the text box, but I
can't help you with that.

If you are writing to a database via ASP, you can test for the value of "Other" and then if True use
the value of the text box field.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Dave" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> Ok!
>
> If the dropdown has the name LOCATION
> and the listed values are 1, 2, 3, Other
> then the user types 11 in the Text Box, is this Text Box Named LOCATION as
> well?
>
> Dave
>
> "Thomas A. Rowe" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > No. However, you can add a value to the drop down, such as "Other" and

> then provide a text field
> > below for the user to enter the info.
> >
> > --
> > ==============================================
> > Thomas A. Rowe (Microsoft MVP - FrontPage)
> > WEBMASTER Resources(tm)
> > http://www.ycoln-resources.com
> > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> > ==============================================
> > To assist you in getting the best answers for FrontPage support see:
> > http://www.net-sites.com/sitebuilder/newsgroups.asp
> >
> > "Dave" <(E-Mail Removed)> wrote in message

> news:(E-Mail Removed)...
> > > I am using 5 common entries in a dropdown but occasionally, one of the
> > > dropdown entries is not appropriate.
> > >
> > > Can a user manually input to the dropdown field?
> > >
> > > If not is there a best practices for this type of interface?
> > >
> > > thanks
> > > Dave
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Dave
Guest
Posts: n/a
 
      13th Aug 2004
Good idea for the asp!

Thanks

"Thomas A. Rowe" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> The text box needs to have a different name. If you are just sending the

results to email, then that
> would be all you have to do, and you would see in the email the word

"other" and then the "11" for
> the text box field.
>
> You could most likely use JavaScript to replace the "Other" with the value

of the text box, but I
> can't help you with that.
>
> If you are writing to a database via ASP, you can test for the value of

"Other" and then if True use
> the value of the text box field.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WEBMASTER Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> To assist you in getting the best answers for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
>
> "Dave" <(E-Mail Removed)> wrote in message

news:(E-Mail Removed)...
> > Ok!
> >
> > If the dropdown has the name LOCATION
> > and the listed values are 1, 2, 3, Other
> > then the user types 11 in the Text Box, is this Text Box Named LOCATION

as
> > well?
> >
> > Dave
> >
> > "Thomas A. Rowe" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > No. However, you can add a value to the drop down, such as "Other" and

> > then provide a text field
> > > below for the user to enter the info.
> > >
> > > --
> > > ==============================================
> > > Thomas A. Rowe (Microsoft MVP - FrontPage)
> > > WEBMASTER Resources(tm)
> > > http://www.ycoln-resources.com
> > > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> > > ==============================================
> > > To assist you in getting the best answers for FrontPage support see:
> > > http://www.net-sites.com/sitebuilder/newsgroups.asp
> > >
> > > "Dave" <(E-Mail Removed)> wrote in message

> > news:(E-Mail Removed)...
> > > > I am using 5 common entries in a dropdown but occasionally, one of

the
> > > > dropdown entries is not appropriate.
> > > >
> > > > Can a user manually input to the dropdown field?
> > > >
> > > > If not is there a best practices for this type of interface?
> > > >
> > > > thanks
> > > > Dave
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dropdown List That Accepts Other User Input GEdwards Microsoft Excel Misc 5 5th Apr 2010 05:45 AM
Bound Dropdown List - doens't allow for user input? blouie Microsoft ASP .NET 6 29th Mar 2007 11:27 AM
RE: disabling user input after AutoPostback dropdown selected ? Emma Gumbdough Microsoft ASP .NET 0 29th Jun 2004 05:57 PM
disabling user input after AutoPostback dropdown selected ? Mad Scientist Jr Microsoft ASP .NET 1 29th Jun 2004 05:15 PM
Re: User Input in Dropdown List Luis E Valencia Microsoft ASP .NET 1 17th May 2004 11:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:26 PM.