Using FrontPage 2003, I've figured out how to create a
drop down list from a database. I've also figured out
how to submit the selection from the drop down iist to an
asp page using a form. However, I don't want to include
a submit button, but instead want the drop down list to
automatically redirect to the asp page once a selection
is made. How do I create a drop down jump menu from
database results that can submit the selection to an asp
page?

Thanks!


Andy G.
agruff@pacbell.net

Re: Create a drop down jump menu that can submit form results by MD

MD
Tue Dec 09 13:20:26 CST 2003

Hi Andy,

Use the following in the onchange event of the select tag

onchange="this.form.submit();"


--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com
Our latest products "At Your Command" and IncludeASP
http://www.websunlimited.com/order/Product/AYC/ayc.htm
http://www.websunlimited.com/order/product/includeASP/includeASP.htm
----------------------------------------------------------------------------
--------------------
If you think I'm doing a good job, let MS know at mvpga@microsoft.com

<anonymous@discussions.microsoft.com> wrote in message
news:0c8401c3be84$359825f0$a001280a@phx.gbl...
> Using FrontPage 2003, I've figured out how to create a
> drop down list from a database. I've also figured out
> how to submit the selection from the drop down iist to an
> asp page using a form. However, I don't want to include
> a submit button, but instead want the drop down list to
> automatically redirect to the asp page once a selection
> is made. How do I create a drop down jump menu from
> database results that can submit the selection to an asp
> page?
>
> Thanks!
>
>
> Andy G.
> agruff@pacbell.net



Re: Create a drop down jump menu that can submit form results by Don

Don
Tue Dec 23 14:56:41 CST 2003

Hi,

I'm alittle behind Andy. I want to do the same thing,
but can't find the onchange event in the select tag. I
can find the select tag, but there isn't an onchange
event within it. How do I add it?


>-----Original Message-----
>Hi Andy,
>
>Use the following in the onchange event of the select tag
>
>onchange="this.form.submit();"
>
>
>--
>Mike -- FrontPage MVP '97 - '02
>http://www.websunlimited.com
>Our latest products "At Your Command" and IncludeASP
>http://www.websunlimited.com/order/Product/AYC/ayc.htm
>http://www.websunlimited.com/order/product/includeASP/inc
ludeASP.htm
>---------------------------------------------------------
-------------------
>--------------------
>If you think I'm doing a good job, let MS know at
mvpga@microsoft.com
>
><anonymous@discussions.microsoft.com> wrote in message
>news:0c8401c3be84$359825f0$a001280a@phx.gbl...
>> Using FrontPage 2003, I've figured out how to create a
>> drop down list from a database. I've also figured out
>> how to submit the selection from the drop down iist to
an
>> asp page using a form. However, I don't want to
include
>> a submit button, but instead want the drop down list to
>> automatically redirect to the asp page once a selection
>> is made. How do I create a drop down jump menu from
>> database results that can submit the selection to an
asp
>> page?
>>
>> Thanks!
>>
>>
>> Andy G.
>> agruff@pacbell.net
>
>
>.
>