 |
Refer Listing To A Friend |
|
|
 |
SUGGEST Hotel Reservation Form TO A FRIEND...
If you have a friend that you would like to recommend this page to,
or if you just want to send yourself a reminder, here is the easy
way to do it!
Simply fill in the e-mail address of the person(s) you wish to tell
about Hotel Reservation Form, your name and e-mail address (so they do
not think it is spam and can reply to you directly with gracious thanks),
and click the SEND button.
If you want to, you can also enter a message that will be included
on the e-mail.
After sending the e-mail, you will be transported back to the
page you recommended!
| Resource Title: |
Hotel Reservation Form |
| URL: | [CLICK HERE] |
| Description: |
This is the client part of a hotel reservation form with client-side validation and localization. It comes along with support for 4 languages - English ("en-US"), Bulgarian ("bg"), German ("de") and French ("fr"). The form labels and validation warning messages are stored in .xml files and parsed onload. The default language could be easily set by changing a single variable in the <head>...</head> of the webpage:
<script type="text/javascript">
var formlanguage = "en-US";
// Bulagrian - "bg";
// English - "en-US";
// German - "de";
// French - "fr";
</script>
The localization files are easily editable and are stored in the ReservationForm/Localizat ion/ folder. The form layout is pure CSS and may be customized by editing the ReservationForm/Reservati onForm.css file.
| |
|
|
|
 |
|