I have designed an HTML form that allows a user to
select what data they want to see via check boxes and a
date range.
The user selects a start month and start year, AND an
end month and end year via drop down lists:
start month <drop down list> January, February,...
start year <drop down list> 1986, 1987,...
end month <drop down list> January, February,...
end year <drop down list> 1986, 1987,...
The start month / start year, AND end month / end year
are included in the query.
In its currnet form pwpage requires a user to enter a
date in a text box, and it does not allow a date range
to be used.
How do I adapt pwpage to work with my HTML form?
Sorry I cannot provide a link to my HTML form but it is
running in a test area on a production server.
Thanks for you help
stacyr@lsu.edu