Thanks for the replies. Animated div... very cool! I realized after looking at it more that I was off track and asked the wrong question.
Here is the problem: People come to the page for a price quote. They enter their pick-up and drop-off locations and dates, their country of residence, then press the submit button.
IF their country of residence is Canada, they are taken to a Canadian version of the home page where they have to enter this info all over again, just so they can choose insurance. Is there a way to bring the values they entered on the main home page to this Canadian page, bearing in mind that both these pages are dynamically assembled from templates using includes for the various drop-down lists and data from a database?
These parts have a default value built into them. For example:
Code:
<option value="E" selected="selected">Full Size</option>
Is it possible to apply a variable value to an include?
My brain is addled from lack of sleep. There is probably a simple solution and I have made it sound so complicated. Any ideas? Thanks, erin
Bookmarks