You would select the value, say for Supplier, and it would then be pass to the next page, where it
is stored in a session, then you would select Employee, then it and the Supplier is pass to the
form, where the rest of the info is enter, and then pass to the database or email as a hidden form
field.
What you saw on Avis, with the date, is most likely a JavaScript calendar function which when a date
is selected, it is inserted into a form file. JavaScript is run client side in the browser and if
the user happens to have JavaScript disabled, then the use has to manually type in the date.
I think the easiest approach is to use drop down menu on the actual form, that way the user never
leaves the form which can be done directly in FP.
The passing of variable/session requires knowledge of JavaScript or Server-Side Scripting written in
ASP, PHP, etc.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
"Omar K" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> so having the user pre-select the supplier and employee values avoid
> the use of drop down boxes? how is this if the search pages for
> supplier and employee are on separate pages?
>
> I am following a structure I saw on a car rental site (avis.com) where
> the user must enter a date, but can click on a calendar to select the
> date and it will then be entered automatically into the original form.
> Is it possible to do this in FP2002 with minimal HTML programming? and
> how?
>
> Thanks
>