Created
April 19, 2016 17:59
-
-
Save nicolasverlhiac/8b7e4029245f5c6f6030c0098ae7682a to your computer and use it in GitHub Desktop.
thais Hotel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="https:/lespaze.thais-hotel.com/thaishotel/website/reservations.php" method="get" target="_blank" onsubmit="SetData()"> | |
<input name="lang" value="fr" type="hidden"> | |
<input id="arrivee" name="dateStart" placeholder="Date d'arrivée" type="date" value=""> | |
<input id="depart" placeholder="Date d'arrivée" type="date" value="" name="dateEnd"> | |
<input type="hidden" id="num_nights" name="nbNights" readonly> | |
<input type="hidden" id="" name="idRoom" value="1"> | |
<select class="select" name="nbPersons"> | |
<option value="1" selected="selected">1</option> | |
<option value="2">2</option> | |
<option value="3">3</option> | |
<option value="4">4</option> | |
<option value="5">5</option> | |
<option value="6">6</option> | |
<option value="7">7</option> | |
<option value="8">8</option> | |
<option value="9">9</option> | |
<option value="10">10</option> | |
</select> | |
<input id="button" type="submit" value="Réserver" title="Cliquer pour réserver"> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment