Arrival Information= <% =Request.Form("Arrive_Month") & Request.Form("Arrive_Day")
or
Arrival Information= <% =Request.Form("Arrive_Month") & "/" & Request.Form("Arrive_Day")
See
http://www.w3schools.com/asp/default.asp
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________
| How do I group a request using post and request
|
| example:
| Arrival Information= <% =Request("Arrive_Month") %> <% =Request("Arrive_Day")