S
Steve A
I want to hyperlink to an asp page, using a variable from
a form (drop down box) as the parameter, but I cant work
out how to reference the form field.
I am creating a hyperlink to an asp page which looks up a
database. The basic stuff all works fine, and the
database lookup is by state. If I code the hyperlink to
the page as http://searchpage.asp?State=WA - it works
fine, and returns all the records for WA.
The Form 'name' is xyz, and the form field (drop down
box) is called statebox, is there any way of using the
form field as the parameter instead of hard coding as in
the example above?
Many thanks,
Steve
a form (drop down box) as the parameter, but I cant work
out how to reference the form field.
I am creating a hyperlink to an asp page which looks up a
database. The basic stuff all works fine, and the
database lookup is by state. If I code the hyperlink to
the page as http://searchpage.asp?State=WA - it works
fine, and returns all the records for WA.
The Form 'name' is xyz, and the form field (drop down
box) is called statebox, is there any way of using the
form field as the parameter instead of hard coding as in
the example above?
Many thanks,
Steve