form表单提交有关问题 HTML JS
form表单提交问题 HTML JSHTML codehtmlhead/headbodyform idform1 nameform1 actionb.h
form表单提交问题 HTML JS
HTML code<html><head></head><body><form id="form1" name="form1" action="b.html" method="post"> <input type="text" name="username" /> <input type="submit" value="提交"/></form></body></html>
如何在b.html中获得表单提交过来的参数?
(post方式提交,不用PHP、JSP、ASP....)
[解决办法]直接了当的告诉你,JS无法获得POST提交的数据。
[解决办法]