Posted by AtomicBob on 04/29/06 21:27
I have been given an interesting task:
Make a page with a single form field, which is to take a name (first
and last), and regardless of case or whether there is a space between
the first and last name, when the user hits the submit button it takes
them to a URL that has been assigned to that name.
Example 1:
user enters "Tony Tiger" in the field and hits submit.
user is then sent to tonytiger.exampledomain.com.
Example 2:
user enters "johnnywalker" in the field and hits submit.
user is then sent to johnnywalker.exampledomain.com.
Thanks very much for any advice!
[Back to original message]
|