📄 dvmymodify.js
字号:
document.write (' checked');
}
document.write ('>');
document.write ('开放 <input type=radio name=setuserinfo value=0 ');
if ( setuserinfo=='0')
{
document.write (' checked');
}
document.write ('>');
document.write ('不开放 </td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=40% class=tablebody1><B>是否开放您的真实资料</B>:<BR>开放后别人可以看到您的真实姓名、联系方式等信息</font></td> <td width=60% class=tablebody1>');
document.write ('<input type=radio name=setusertrue value=1 ');
if ( setusertrue=='1')
{
document.write (' checked');
}
document.write ('>');
document.write ('开放 <input type=radio name=setusertrue value=0 ');
if ( setusertrue=='0')
{
document.write (' checked');
}
document.write ('>');
document.write ('不开放 </td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<th height=25 align=left valign=middle colspan=2> 个人真实信息(以下内容建议填写)</th>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td valign=top width=40% class=tablebody1> <b>真实姓名:</b>');
document.write ('<input type=text name=realname size=18 value="'+realname+'">');
document.write ('</td>');
document.write ('<td height=71 align=left valign=top class=tablebody1 rowspan=14 width=60% >');
document.write ('<table width=100% border=0 cellspacing=0 cellpadding=5>');
document.write ('<tr>');
document.write ('<td class=tablebody1><b>性 格: </b><br>');
document.write ('<br>');
document.write ('<select name="character1" onChange="if(character.value==\'\'){character.value=this.value;}else{character.value+=\',\'+this.value;} " >');
var KidneyType="多重性格,乐天达观,成熟稳重,幼稚调皮,温柔体贴,活泼可爱,普普通通,内向害羞,外向开朗,心地善良,聪明伶俐,善解人意,风趣幽默,思想开放,积极进取,小心谨慎,郁郁寡欢,正义正直,悲观失意,好吃懒做,处事洒脱,疑神疑鬼,患得患失,异想天开,多愁善感,淡泊名利,见利忘义,瞻前顾后,循规蹈矩,热心助人,快言快语,少言寡语,爱管闲事,追求刺激,豪放不羁,狡猾多变,贪小便宜,见异思迁,情绪多变,水性扬花,重色轻友,胆小怕事,积极负责,勇敢正义,聪明好学,实事求是,务实实际,老实巴交,圆滑老练,脾气暴躁,慢条斯理,诚实坦白,婆婆妈妈,急性子"
var theKidney=KidneyType.split(",")
for (i=0;i<theKidney.length;i++)
{
document.write ('<option value="'+theKidney[i]+'">'+theKidney[i]+'</option>');
}
document.write ('</select>');
document.write ('<br><textarea name=character rows=6 cols=90% >'+character+'</textarea>');
document.write ('</td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td class=tablebody1><b>个人简介: </b><br>');
document.write ('<textarea name=personal rows=6 cols=90% >'+personal+'</textarea>');
document.write ('</td>');
document.write ('</tr>');
document.write ('</table>');
document.write ('</td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td valign=top width=40% class=tablebody1> <b>国 家:</b>');
document.write ('<b>');
document.write ('<input type=text name=country size=18 value="'+country+'">');
document.write ('</b> </td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td valign=top width=40% class=tablebody1> <b>联系电话:</b>');
document.write ('<b>');
document.write ('<input type=text name=userphone size=18 value="'+userphone+'">');
document.write ('</b> </td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td valign=top width=40% class=tablebody1> <b>通信地址:</b>');
document.write ('<b>');
document.write ('<input type=text name=address size=18 value="'+address+'">');
document.write ('</b> </td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td valign=top class=tablebody1 width=40% > <b>省 份:</b>');
document.write ('<input type=text name=province size=18 value='+province+'>');
document.write ('<select name="selectp" onChange="selectcityarea(\'selectp\',\'selectc\',\'theForm\');province.value=this.value;">');
document.write ('<option value="0" selected>请选择....</option>');
document.write ('</select>');
document.write ('</td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td valign=top class=tablebody1 width=40% > <b>城 市:');
document.write ('</b>');
document.write ('<input type=text name=city size=18 value='+city+'>');
document.write ('<select name="selectc" onChange="city.value=this.value;">');
document.write ('<option value="0" selected>请选择....</option>');
document.write ('</td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td valign=top width=40% class=tablebody1> <b>生 肖:');
document.write ('</b>');
document.write ('<select size=1 name=shengxiao>');
document.write ('<option value="" selected>请选择....</option>');
document.write (IsSelected("鼠",shengxiao));
document.write (IsSelected("牛",shengxiao));
document.write (IsSelected("虎",shengxiao));
document.write (IsSelected("兔",shengxiao));
document.write (IsSelected("龙",shengxiao));
document.write (IsSelected("蛇",shengxiao));
document.write (IsSelected("马",shengxiao));
document.write (IsSelected("羊",shengxiao));
document.write (IsSelected("猴",shengxiao));
document.write (IsSelected("鸡",shengxiao));
document.write (IsSelected("狗",shengxiao));
document.write (IsSelected("猪",shengxiao));
document.write ('</select>');
document.write ('</td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td valign=top width=40% class=tablebody1> <b>血 型:</b>');
document.write ('<select size=1 name=blood>');
document.write ('<option ');
if (blood=='')
document.write (' selected');
document.write ('></option>');
document.write ('<option value=A ');
document.write ('<option ');
if (blood=='A')
document.write (' selected')
document.write ('>A</option>');
document.write ('<option value=B ');
document.write ('<option ');
if (blood=='B')
document.write (' selected')
document.write ('>B</option>');
document.write ('<option value=AB ');
document.write ('<option ');
if (blood=='AB')
document.write (' selected')
document.write ('>AB</option>');
document.write ('<option value=O ');
document.write ('<option ');
if (blood=='O')
document.write (' selected')
document.write ('>O</option>');
document.write ('<option value=其他 ');
document.write ('<option ');
if (blood=='其他')
document.write (' selected')
document.write ('>其他</option>');
document.write ('</select>');
document.write ('</td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td valign=top width=40% class=tablebody1> <b>信 仰:</b>');
document.write ('<select size=1 name=belief>');
document.write ('<option value="" selected>请选择....</option>');
document.write (IsSelected("佛教",belief));
document.write (IsSelected("道教",belief));
document.write (IsSelected("基督教",belief));
document.write (IsSelected("天主教",belief));
document.write (IsSelected("回教",belief));
document.write (IsSelected("无神论者",belief));
document.write (IsSelected("共产主义者",belief));
document.write (IsSelected("其他",belief));
document.write ('</select></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td valign=top width=40% class=tablebody1> <b>职 业: </b>');
document.write ('<select name=occupation>');
document.write ('<option value="" selected>请选择....</option>');
document.write (IsSelected("财会/金融",occupation));
document.write (IsSelected("工程师",occupation));
document.write (IsSelected("顾问",occupation));
document.write (IsSelected("计算机相关行业",occupation));
document.write (IsSelected("家庭主妇",occupation));
document.write (IsSelected("教育/培训",occupation));
document.write (IsSelected("客户服务/支持",occupation));
document.write (IsSelected("零售商/手工工人",occupation));
document.write (IsSelected("退休",occupation));
document.write (IsSelected("无职业",occupation));
document.write (IsSelected("销售/市场/广告",occupation));
document.write (IsSelected("学生",occupation));
document.write (IsSelected("研究和开发",occupation));
document.write (IsSelected("一般管理/监督",occupation));
document.write (IsSelected("政府/军队",occupation));
document.write (IsSelected("执行官/高级管理",occupation));
document.write (IsSelected("制造/生产/操作",occupation));
document.write (IsSelected("专业人员",occupation));
document.write (IsSelected("自雇/业主",occupation));
document.write (IsSelected("其他",occupation));
document.write ('</select></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td valign=top width=40% class=tablebody1> <b>婚姻状况:</b>');
document.write ('<select size=1 name=marital>');
document.write ('<option value="" selected>请选择....</option>');
document.write (IsSelected("未婚",marital));
document.write (IsSelected("已婚",marital));
document.write (IsSelected("离异",marital));
document.write (IsSelected("丧偶",marital));
document.write ('</select></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td valign=top width=40% class=tablebody1> <b>最高学历:</b>');
document.write ('<select size=1 name=education>');
document.write ('<option value="" selected>请选择....</option>');
document.write (IsSelected("小学",education));
document.write (IsSelected("初中",education));
document.write (IsSelected("高中",education));
document.write (IsSelected("大学",education));
document.write (IsSelected("硕士",education));
document.write (IsSelected("博士",education));
document.write ('</select></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td valign=top width=40% class=tablebody1> <b>毕业院校:</b>');
document.write ('<input type=text name=college size=18 value="'+college+'"></td>');
document.write ('</tr>');
document.write ('<tr align="center">');
document.write ('<td colspan="2" width="100%" class=tablebody2>');
document.write ('<input type=Submit value="更 新" name="Submit"> <input type="reset" name="Submit2" value="清 除">');
document.write ('</td>');
document.write ('</tr>');
document.write ('</table></form>');
first("selectp","selectc","theForm",0,0);
}
function IsSelected(str1,str2)
{
var outstr=''
outstr+='<option value='+str1
if (str1==str2)
{
outstr+=' selected';
}
outstr+='>'+str1+'</option>'
return(outstr)
}
//日历
var date_start,date_end,g_object
var today = new Date();
var separator="-";
var inover=false;
//mode :时间变换的类型0-年 1-月 2-直接选择月
function change_date(temp,mode)
{
var t_month,t_year
if (mode){
if(mode==1)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -