document.write ("<form method=\"POST\" action=\"../mail/chkemail.asp\">");
document.write ("<table width=\"100%\"  border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"2\">");
document.write ("<tr><td width=\"40%\" height=\"30\"><div align=\"right\">您的姓名：</div></td>");
document.write ("<td width=\"60%\" height=\"30\"> <input name=\"name\" type=\"text\" id=\"name\" size=\"16\"></td></tr>");
document.write ("<tr></tr><td height=\"30\"><div align=\"right\">您的电子邮件：</div></td>");
document.write ("<td height=\"30\"> <input name=\"email\" type=\"text\" id=\"email2\" size=\"16\"></td>");
document.write ("</tr><tr><td height=\"30\" colspan=\"2\"> <div align=\"center\">");
document.write ("<input type=\"submit\" name=\"Submit\" value=\"提交\">");
document.write ("</div></td></tr></form></table>");

