functionopenWindow(){//姓名varnameInfo=document.userName;//性别varsexInfo=document.sex;//年龄varageInfo=document.age;//单位varworkInfo=document.work;//联系varcontactInfo=...
function openWindow()
{
//姓名
var nameInfo=document.userName;
//性别
var sexInfo=document.sex;
//年龄
var ageInfo=document.age;
//单位
var workInfo=document.work;
//联系
var contactInfo=document.contact;
//职业
var professionInfo=document.profession;
//喜欢的运动
var sportInfo=document.sport;
...........
Example:form对象的应用
请输入您的基本信息(必须填写)
您的姓名:
您的性别:
男性
女性
您的年龄:
工作单位:
.......
新窗口的出现undefined
展开