日期:2014-05-16 浏览次数:20315 次
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
function test()
{
setTimeout(changeShowDiv,5000);
}
function changeShowDiv()
{
document.getElementById("1").style.display="inline";
document.getElementById("jump7").style.display="none";
}
</SCRIPT>
</head>
<body onload="test();">
<div class="slidePageContent bgcolor2" style="background-image:url(img/2.jpg);font-family:'黑体'; font-weight:bold;display:none;" id="1">
<div align="left" style="padding:145px 0 0 45px; " >
<input id="s1" name="a1" type="radio" value="1" onclick="onClickColor(this);"/>
<label for="s1" value="男" style="padding:0 60px 0 0;font-size:30px" > 男</label>
<input id="s2" name="a1" type="radio" value="2" onclick="onClickColor(this);"/>
<label for="s2" value="女" style="font-size:30px; padding:0 50px 0 0" > 女</label>
</div>
</div>
<div class="slidePageContent bgcolor7" id="jump7">
<div style="color:#00000