📄 113.html
字号:
<html>
<head><script Language="JavaScript">
function processForm(form){
var xf=0;
if (form.c1[1].checked==1) xf+=2;
if (form.c1[2].checked==1) xf+=4;
if (form.c2[0].checked==1) xf+=2;
if (form.c2[2].checked==1) xf+=4;
if (form.c3[0].checked==1) xf+=4;
if (form.c3[2].checked==1) xf+=2;
if (form.c4[1].checked==1) xf+=4;
if (form.c4[2].checked==1) xf+=2;
if (xf>11) form.answer.value="不知是好是坏,你的记忆力非常差,在朋友眼中绝对是个健忘的人,但同时,由于你不会斤斤计较,做事爽快,故朋友都很乐意和你一起。";
if (xf>5 && xf<12) form.answer.value="你的优点是能够选择性记忆重要的事,虽然其他人都以为你很“大头虾”,但其实你只是巧妙地掌握了这种平衡,不让无谓的事充塞脑里。";
if (xf<6) form.answer.value="你是一个敏感的人,而且拥有很多忘不了的事,可惜你所忘不掉的事都有关爱情一类的东西,偏偏工作上和书本上的东西却记不了多少。";
}</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
td {font-family: "宋体"; font-size: 9pt; color: #0076ae;}
a:link {color:#005570;text-decoration: none}
a:visited {color:#005570;text-decoration: none}
a:hover {color:#005570;text-decoration: underline;}
-->
</style>
<title>成功自测:你记得...吗?</title>
</head>
<body text="#0076AE" bgcolor="ffffe1">
<form name="see">
<div align="center"><center><table border="0" cellpadding="10" cellspacing="0" width="586"
height="1" bgcolor="ffffe1">
<tr>
<td width="1114" height="49" bgcolor="ffffe1" align="center"><div align="center"><center><p><font
color="#408080"><strong>你记得...吗?</strong></font></td>
</tr>
<tr align="center">
<td height="49" align="center"><div align="left"><p><span
style="font-size: 9pt; line-height: 20px">1、昨天晚餐你吃过什么呢? <br>
<input name="c1" type="radio" value="1">立刻想起。<br>
<input name="c1" type="radio" value="2">要努力想才想到。<br>
<input name="c1" type="radio" value="3">想不起来或没有吃。</span></p>
</div><div align="left"><p><span style="font-size: 9pt; line-height: 20px">2、暑假作业何时完成?<br>
<input name="c2" type="radio" value="1">暑假一开始便做完了。<br>
<input name="c2" type="radio" value="2">按每天进度完成。<br>
<input name="c2" type="radio" value="3">假期快将结束时才做。</span></p>
</div><div align="left"><p><span style="font-size: 9pt; line-height: 20px">3、正当你想用电脑时,便发现它坏了,你会怎么做呢?<br>
<input name="c3" type="radio" value="1">假装不知道,让其它的人发现,再要求技术人员来修理。<br>
<input name="c3" type="radio" value="2">马上唤其它的人来修理。<br>
<input name="c3" type="radio" value="3">自己来解决。</span></p>
</div><div align="left"><p><span style="font-size: 9pt; line-height: 20px">4、街上突然有陌生人和你打招呼,你会:<br>
<input name="c4" type="radio" value="1">直接问他:“对不起,你是哪位?”<br>
<input name="c4" type="radio" value="2">对他一笑当做回答。<br>
<input name="c4" type="radio" value="3">肯定是在销售东西,装作视而不见。</span></p>
</div><div align="center"><center><p><input type="button"
value="都选择完了,结果怎样?" onClick="processForm(this.form)"
style="font-size: 9pt; font-family: 宋体"> <input type="reset" value="重新选!"
onClick="processForm(this.form)" style="font-size: 9pt; font-family: 宋体"><br>
<textarea rows="5" name="answer" cols="48" wrap="virtual"
style="font-family: 宋体; font-size: 9pt; line-height: 15px; color: rgb(255,0,0)"></textarea></td>
</tr>
</table>
</center></div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -