LittleSmudge
Programmer
I would like to present the user with a drop down box from which they can select an entry.
I can populate the drop down box using ASP, taking the row values from the database.
I then want the selection of an entry to cause the move to another page.
In other places I'm using
<Form .. .. Method="POST">
<Input Type="Hidden" Name="Blah" Value="Blah1"
<Input Type="Hidden" Name="Blah" Value="Blah1"
<In etc.
<Input Type="Submit" etc..
Can I get the user's selection of an entry in the drop down box to cause a POST ?
( I think I can live without the Hiddens is they can't be included. )
G LS
spsinkNOJUNK@yahoo.co.uk
Remove the NOJUNK to use.
I can populate the drop down box using ASP, taking the row values from the database.
I then want the selection of an entry to cause the move to another page.
In other places I'm using
<Form .. .. Method="POST">
<Input Type="Hidden" Name="Blah" Value="Blah1"
<Input Type="Hidden" Name="Blah" Value="Blah1"
<In etc.
<Input Type="Submit" etc..
Can I get the user's selection of an entry in the drop down box to cause a POST ?
( I think I can live without the Hiddens is they can't be included. )
G LS
spsinkNOJUNK@yahoo.co.uk
Remove the NOJUNK to use.