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.

25 lines
1.9 KiB
JavaScript

// JavaScript Document CruiseShip Contact
document.writeln("<div id=\"contactme\">");
document.writeln(" <a rel=\"nofollow\" onclick=\"_gaq.push(['_trackEvent', 'YangtzeContact', 'ClickContact', 'Yangtze Cruise']);\" class=\"various\" href=\"#contactform\"><img src=\"http://data.chinahighlights.com/image/yangtzeriver/cruise/contact.png\" alt=\"Contact me\" /></a>");
document.writeln("</div>");
document.writeln("<div id=\"contactform\">");
document.writeln(" <form method=\"post\" action=\"/forms/contactus-save.asp\" onsubmit=\"return judgeform()\">");
document.writeln(" <h3>Your Message</h3>");
document.writeln(" <textarea name=\"comments\" cols=\"40\" rows=\"5\" id=\"comments\" placeholder=\"Tell us your approximate date, number of people, and nationality\"></textarea>");
document.writeln(" <input name=\"realname\" type=\"text\" id=\"realname\" size=\"30\" value=\"\" style=\"text-transform:capitalize\" placeholder=\"*Your name\" />");
document.writeln(" <input name=\"email\" type=\"text\" id=\"email\" size=\"30\" value=\"\" class=\"safyemail\" style=\"margin-bottom:0; margin-left:20px;\" placeholder=\"*Your E-mail\" />");
document.writeln(" <input type=\"submit\" value=\"Send my message\" class=\"submit\" />");
document.writeln(" <input type=\"hidden\" name=\"action\" value=\"add\">");
document.writeln(" <input type=\"hidden\" name=\"surl\" value=\"\">");
document.writeln(" <input type=\"hidden\" name=\"shipname\" value=\"\">");
document.writeln(" <input type=\"hidden\" name=\"ordertype\" value=\"yangtzecruise\">");
document.writeln(" <input name=\"subject\" type=\"hidden\" id=\"subject\" tabindex=\"4\" value=\"CH Yangtze Curise Contact Message\" class=\"facebox_hide\">");
document.writeln(" </form>");
document.writeln("</div>");
$(function(){
$('input[name="surl"]').val( document.location.href ) ;
$('input[name="shipname"]').val($('h1').html());
});