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.
 
 
 
 
 
 

10 lignes
224 B

  1. $("#loading_html").show();
  2. var order_id = getPar("order_id")
  3. function seeTheOrder(){
  4. window.location.href = './order_detail.html?order_id='+order_id;
  5. }
  6. function bookAgain(){
  7. window.location.href = './travel_book.html';
  8. }