|
|
|
|
document.writeln("<form action=\"/citytour/search-list.asp\" method=\"get\">");
|
|
|
|
|
document.writeln("<label> <span>Your Budget</span>");
|
|
|
|
|
document.writeln("<select name=\"S_price\" class=\"roundCorner\" id=\"S_price\">");
|
|
|
|
|
document.writeln("<option selected=\"selected\" value=\"None\">Price Per Person</option>");
|
|
|
|
|
document.writeln("<option value=\"0-And-100\">Less than $100</option>");
|
|
|
|
|
document.writeln("<option value=\"101-And-200\">US$101-200</option>");
|
|
|
|
|
document.writeln("<option value=\"201-And-300\">US$201-300</option>");
|
|
|
|
|
document.writeln("<option value=\"301-And-400\">US$301-400</option>");
|
|
|
|
|
document.writeln("<option value=\"401-And-500\">US$401-500</option>");
|
|
|
|
|
document.writeln("<option value=\"501-And-600\">US$501-600</option>");
|
|
|
|
|
document.writeln("<option value=\"600-And-10000\">Over $600</option>");
|
|
|
|
|
document.writeln("</select>");
|
|
|
|
|
document.writeln("</label>");
|
|
|
|
|
document.writeln("<label> <span>Duration</span>");
|
|
|
|
|
document.writeln("<select name=\"S_seldays\" class=\"roundCorner\" id=\"S_seldays\">");
|
|
|
|
|
document.writeln("<option value=\"None\" selected=\"selected\">Length of Tour</option>");
|
|
|
|
|
document.writeln("<option value=\"1\">1 day</option>");
|
|
|
|
|
document.writeln("<option value=\"2\">1-3 days</option>");
|
|
|
|
|
document.writeln("<option value=\"3\">3-6 days</option>");
|
|
|
|
|
document.writeln("<option value=\"4\">over 6 days</option>");
|
|
|
|
|
document.writeln("</select>");
|
|
|
|
|
document.writeln("</label>");
|
|
|
|
|
document.writeln("<label> <span>Tour Themes</span>");
|
|
|
|
|
document.writeln("<select id=\"S_theme\" name=\"S_theme\" class=\"roundCorner\">");
|
|
|
|
|
document.writeln("<option selected=\"selected\" value=\"None\">All theme</option>");
|
|
|
|
|
document.writeln("<option value=\"City tour package\">City tour package</option>");
|
|
|
|
|
document.writeln("<option value=\"Day trips & transfer\">Day trips & transfer</option>");
|
|
|
|
|
document.writeln("<option value=\"Itinerary Plus\">Itinerary Plus</option>");
|
|
|
|
|
document.writeln("</select>");
|
|
|
|
|
document.writeln("</label>");
|
|
|
|
|
document.writeln("<input type=\"image\" class=\"submitButton\" src=\"/pic/hotel/horel-search-button.png\">");
|
|
|
|
|
document.writeln("<input id=\"s_city\" name=\"s_city\" type=\"hidden\" value=\""+city+"\" />");
|
|
|
|
|
document.writeln("</form>");
|