Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- $("#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';
- }
|