谁帮忙做个简单的网页提交表单?
我用html给你写了个个人信息表单的简单验证,下面是代码:
邮件账户信息
谢谢您注册");
cument。write(""+"");
cument。write(""+"姓氏:"+xing);
cument。 write(""+"名字:"+ming);
cument。write(""+"年龄:"+age);
cument。write(""+"婚否:"+temp);
cument。write(""+"爱好?:"+flag_c);
cument。 write(""+"附注:"+""+fuzhu);
return true;
}
}
function nianling(b)
{
age=b;
...全部
我用html给你写了个个人信息表单的简单验证,下面是代码:
邮件账户信息
谢谢您注册");
cument。write(""+"");
cument。write(""+"姓氏:"+xing);
cument。
write(""+"名字:"+ming);
cument。write(""+"年龄:"+age);
cument。write(""+"婚否:"+temp);
cument。write(""+"爱好?:"+flag_c);
cument。
write(""+"附注:"+""+fuzhu);
return true;
}
}
function nianling(b)
{
age=b;
}
function panduan(a)
{
if (a==true) temp="是";
else temp="否";
}
//-->
填写注册信息
姓氏:
名字:
年龄:
20
21
22
23
24
25
26
27
28
29
30
婚否:是 否
爱好?
读书
唱歌
跳舞
附注:我有自信,我要成功。
这个只是简单的,你可以自己充实一下。收起