📄 218.html
字号:
<html>
<head><script Language="JavaScript">
<!--
function processForm(form){
var xf1,xf2;
if (form.c1[0].checked==1) xf1="高窦";
if (form.c1[1].checked==1) xf1="飘忽不定";
if (form.c1[2].checked==1) xf1="随便";
if (form.c1[3].checked==1) xf1="专一";
if (form.c2[0].checked==1) xf2="高窦";
if (form.c2[1].checked==1) xf2="飘忽不定";
if (form.c2[2].checked==1) xf2="随便";
if (form.c2[3].checked==1) xf2="专一";
if (xf1!=null&&xf2!=null) form.answer.value="其实生鸡蛋和熟鸡蛋分别是代表你结婚前和结婚后对异性的态度:你结婚前"+xf1+";婚后"+xf2+"。";
}
//-->
</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">?</span></p>
</div><div align="left"><p><span style="font-size: 9pt; line-height: 20px">生鸡蛋放在:<input
name="c1" type="radio" value="1"></span>树上<span
style="font-size: 9pt; line-height: 20px">。<input name="c1" type="radio" value="2"></span>海中<span
style="font-size: 9pt; line-height: 20px">。<input name="c1" type="radio" value="3"></span>街上<span
style="font-size: 9pt; line-height: 20px">。<input name="c1" type="radio" value="4"></span>袋<span
style="font-size: 9pt; line-height: 20px">。</span></p>
</div><div align="left"><p><span style="font-size: 9pt; line-height: 20px">熟鸡蛋放在:<input
name="c2" type="radio" value="1"></span>树上<span
style="font-size: 9pt; line-height: 20px">。<input name="c2" type="radio" value="2"></span>海中<span
style="font-size: 9pt; line-height: 20px">。<input name="c2" type="radio" value="3"></span>街上<span
style="font-size: 9pt; line-height: 20px">。<input name="c2" type="radio" value="4"></span>袋<span
style="font-size: 9pt; line-height: 20px">。</span></p>
</div><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: 宋体"></p>
<p><textarea rows="4" 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 + -