D
Dallas
I have a page that has a form with fields of:
Address
City
State
ZipCode
Zoom Factor
These variables need to be sent to a page that only excepts two variables.
1 is the concantination of:
address, city, state zipcode
This is called the raw address
the second variable is the zoom factor
the second ASP page uses the raw address variable and zoom factor to
pinpoint a location on a map.
Th4e input form need to be broken down into the above input fields in hopes
of cutting down mistakes of users trying to enter a raw address.
In a nutshell I need to concantinate to form field into 1 variable called
rawaddess to send to the map.asp as well as continue to send the zoom factor
variable
Thanks for the suggestion
Address
City
State
ZipCode
Zoom Factor
These variables need to be sent to a page that only excepts two variables.
1 is the concantination of:
address, city, state zipcode
This is called the raw address
the second variable is the zoom factor
the second ASP page uses the raw address variable and zoom factor to
pinpoint a location on a map.
Th4e input form need to be broken down into the above input fields in hopes
of cutting down mistakes of users trying to enter a raw address.
In a nutshell I need to concantinate to form field into 1 variable called
rawaddess to send to the map.asp as well as continue to send the zoom factor
variable
Thanks for the suggestion