📄 210.html
字号:
<html>
<head><script Language="JavaScript">
function processForm(form){
var xf=0;
if (form.c1[0].checked==1) xf+=2;
if (form.c1[1].checked==1) xf+=3;
if (form.c1[2].checked==1) xf+=1;
if (form.c2[0].checked==1) xf+=3;
if (form.c2[1].checked==1) xf+=2;
if (form.c2[2].checked==1) xf+=1;
if (form.c3[0].checked==1) xf+=3;
if (form.c3[1].checked==1) xf+=2;
if (form.c3[2].checked==1) xf+=1;
if (form.c4[0].checked==1) xf+=1;
if (form.c4[1].checked==1) xf+=2;
if (form.c4[2].checked==1) xf+=3;
form.answer.value="你的得分为"+xf+"分";
}</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 bgcolor="ffffe1" text="#0076AE">
<form name="see">
<div align="left"><table border="0" cellpadding="10" cellspacing="0" width="586"
height="1" bgcolor="ffffe1">
<tr align="center">
<td height="49" align="center"><div align="left"><p><span
style="font-size: 9pt; line-height: 20px">魅力是一种综合体现。它与人的外貌、气质、衣饰有一定关系,但不是绝对的。自我素质的发挥至关重要。</span></p>
</div><div align="left"><p><span style="font-size: 9pt; line-height: 20px">1、希望自己的穿戴引起异性的注意吗?<br>
<input name="c1" type="radio" value="12">偶尔这样想。 <input name="c1"
type="radio" value="32">大概如此。 <input name="c1" type="radio" value="33">很少想过。</span></p>
</div><div align="left"><p><span style="font-size: 9pt; line-height: 20px">2、同喜欢的异性坐在一起时,你经常采取哪种坐姿?<br>
<input name="c2" type="radio" value="11">双脚打开坐着。 <input name="c2"
type="radio" value="31">将一只脚放在另一个膝盖上。 <input name="c2"
type="radio" value="32">双脚并拢。</span></p>
</div><div align="left"><p><span style="font-size: 9pt; line-height: 20px">3、与欣赏的异性交谈时,你会怎样?<br>
<input name="c3" type="radio" value="11">双手自然下垂。 <input name="c3"
type="radio" value="31">双手交叉,置于腹前。 <input name="c3" type="radio"
value="32">抱着胳膊。</span></p>
</div><div align="left"><p><span style="font-size: 9pt; line-height: 20px">4、走路时,是否很稳健?<br>
<input name="c4" type="radio" value="13">很少。 <input name="c4" type="radio"
value="33">偶尔。 <input name="c4" type="radio" value="14">经常。</span></p>
</div><div align="center"><center><p><input type="button"
value="都选择完了,结果怎样?" onClick="processForm(this.form)"
style="font-size: 9pt; font-family: 宋体"><input type="text" name="answer" size="20"
style="font-family: 宋体; font-size: 9pt; color: rgb(255,0,0)"></td>
</tr>
</table>
</div>
</form>
<div align="center"><center>
<table border="0" cellpadding="4" cellspacing="0" width="519" height="22">
<tr>
<td width="582" height="22"><p align="left"><span style="line-height: 20px">说明</span></p>
<p align="left"><span style="line-height: 20px"><strong>分数为8分以上:</strong>你很具魅力。你很会发挥自己。</span></p>
<p align="left"><span style="line-height: 20px"><strong>分数为5--8:</strong>你的魅力一般,有发展潜能。</span></p>
<p align="left"><span style="line-height: 20px"><strong>分数为5分以下:</strong>你的魅力较差,缺乏自制力。</span></td>
</tr>
</table>
</center></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -