選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- $("#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';
- }
|