LoadData(); // $v["airport"] = $airport->GetOptionsWithBlank("airport_name"); $airport =& new AirportSelectItemList(); $airport->LoadData(); $v["airport"] = $airport->GetOptionsWithBlank(); //時間帯リスト $v["time_zones"] = TimeZone::static_GetList(); //往復 $v["round_trip"] = "0"; //成功 $mysmarty->set($v); // $mysmarty->display_with_header("search.html"); $mysmarty->javascript("search_box", "search_box.html"); exit(); break; } $url = $_SERVER["HTTP_REFERER"]; Location($url); ?>