Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- $("#loading_html").show();
- var order_id = getPar("order_id")
- function seeTheOrder(){
- window.location.href = './order_detail.html?order_id='+order_id;
- }
-
- function bookAgain(){
- window.location.href = './travel_book.html';
- }
|