You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
8.5 KiB
JavaScript
84 lines
8.5 KiB
JavaScript
document.writeln("<script type='text/javascript' src='http://data.chinahighlights.com/js/in-field-labels/jquery.infieldlabel.min.js'>\<\/script>");
|
|
document.writeln("<script type='text/javascript' src='http://data.chinahighlights.com/js/validation/jquery.validate.min.js'>\<\/script>");
|
|
document.writeln("<script language=\"javascript\" src=\"/js/newcalendar.js\"></script>");
|
|
|
|
document.writeln("<form novalidate=\"novalidate\" method=\"post\" id=\"formquestion\" action=\"https://www.chinahighlights.com/secureforms/tour_save\">");
|
|
document.writeln(" ");
|
|
document.writeln(" <div class=\"questionContentCD\"> ");
|
|
document.writeln(" <span class=\"BookTitle\">Panda Keeper Program Tour</span>");
|
|
document.writeln(" <ul class=\"tourList\">");
|
|
document.writeln(" <li><strong>Duration:</strong> 10 hours (approx.)</li>");
|
|
document.writeln(" <li><strong>Tour Type:</strong> Private Tour</li>");
|
|
document.writeln(" ");
|
|
document.writeln(" </ul>");
|
|
|
|
document.writeln(" <div class=\"letterrow hidden-sm hidden-xs\"><div class=\"glyphicon glyphicon-circle-arrow-down\"></div> Book This Tour</div>");
|
|
document.writeln(" ");
|
|
document.writeln(" <div class=\"infoRequired\">");
|
|
document.writeln(" ");
|
|
document.writeln(" <p>");
|
|
document.writeln(" ");
|
|
//document.writeln(" <label for=\"Starting_Date\">Starting date: </label>");
|
|
document.writeln(" <select class=\"chgprice\" id=\"adult_number\" type=\"text\" name=\"adult_number\">");
|
|
document.writeln(" <option value=\"1\">Adult (≥12 years old)</option>");
|
|
document.writeln(" <option value=\"1\">1</option>");
|
|
document.writeln(" <option value=\"2\">2</option>");
|
|
document.writeln(" <option value=\"3\">3</option>");
|
|
document.writeln(" <option value=\"4\">4</option>");
|
|
document.writeln(" <option value=\"5\">5</option>");
|
|
document.writeln(" <option value=\"6\">6</option>");
|
|
document.writeln(" <option value=\"7\">7</option>");
|
|
document.writeln(" <option value=\"8\">8</option>");
|
|
document.writeln(" <option value=\"9\">9</option>");
|
|
document.writeln(" <option value=\"10\">10</option>");
|
|
document.writeln(" <option value=\"11\">11</option>");
|
|
document.writeln(" <option value=\"12\">12</option>");
|
|
document.writeln(" <option value=\"13\">13</option>");
|
|
document.writeln(" <option value=\"14\">14</option>");
|
|
document.writeln(" <option value=\"15\">15</option>");
|
|
|
|
document.writeln(" </select> ");
|
|
document.writeln(" <select class=\"chgprice\" id=\"child_number\" type=\"text\" name=\"child_number\">");
|
|
document.writeln(" <option value=\"0\">Kid (2-11 years old)</option>");
|
|
document.writeln(" <option value=\"1\">1</option>");
|
|
document.writeln(" <option value=\"2\">2</option>");
|
|
document.writeln(" <option value=\"3\">3</option>");
|
|
document.writeln(" <option value=\"4\">4</option>");
|
|
document.writeln(" <option value=\"5\">5</option>");
|
|
document.writeln(" <option value=\"6\">6</option>");
|
|
document.writeln(" <option value=\"7\">7</option>");
|
|
document.writeln(" <option value=\"8\">8</option>");
|
|
document.writeln(" <option value=\"9\">9</option>");
|
|
document.writeln(" <option value=\"10\">10</option>");
|
|
|
|
document.writeln("</select> ");
|
|
document.writeln(" <input name=\"realname\" type=\"text\" id=\"realname\" value=\"\" placeholder=\"Full name\"> ");
|
|
document.writeln(" <input name=\"email\" type=\"text\" id=\"email\" value=\"\" placeholder=\"Email\"> ");
|
|
document.writeln(" <input type=\"text\" name=\"Starting_Date\" placeholder=\"Starting date\" id=\"Starting_Date\">");
|
|
document.writeln(" <!--<span style=\" display: block; margin:-5px 0 10px 10px; text-align:left; font-size:12px; color:#a31022; font-family:Arial, Helvetica, sans-serif;\">Only available after <strong>Aug. 21</strong></span>-->");
|
|
document.writeln(" </p>");
|
|
document.writeln(" <textarea id=\"form_additionalrequirements\" name=\"form_additionalrequirements\" placeholder=\"Requirements\" style=\" height:100px;font-size: 14px; margin-top: -10px; box-shadow: 0 0 2px #999; \"></textarea> ");
|
|
document.writeln(" ");
|
|
document.writeln(" ");
|
|
document.writeln(" </div>");
|
|
document.writeln(" <input type=\"hidden\" value=\"2\" name=\"season\">");
|
|
document.writeln(" <input type=\"hidden\" value=\"7002\" name=\"cli_sn\">");
|
|
document.writeln(" <input type=\"hidden\" value=\"cd-7a\" name=\"cli_no\">");
|
|
document.writeln(" <input name=\"url\" id=\"url\" type=\"hidden\" value=\"\">");
|
|
document.writeln(" <input id=\"sourcetype\" type=\"hidden\" value=\"32113\" name=\"sourcetype\">");
|
|
document.writeln(" <input type=\"submit\" class=\"sendButton\" value=\"Send my inquiry\">");
|
|
document.writeln(" ");
|
|
document.writeln(" </div>");
|
|
document.writeln(" </form>");
|
|
|
|
$(function(){
|
|
$("#Starting_Date").datepicker({
|
|
showAnim:"fadeIn",
|
|
duration:0,
|
|
minDate: 7,
|
|
maxDate:"2y",
|
|
numberOfMonths: 2,
|
|
showButtonPanel: true
|
|
});
|
|
})
|