?? left.asp
字號:
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>在線考試系統(tǒng)</title>
<base target="main">
<script>
function switchSysBar1(){
if (switchPoint1.innerText==6){
switchPoint1.innerText=5
document.all("first").style.display="none"
}else{
switchPoint1.innerText=6
document.all("first").style.display=""
}}
function switchSysBar2(){
if (switchPoint2.innerText==6){
switchPoint2.innerText=5
document.all("second").style.display="none"
}else{
switchPoint2.innerText=6
document.all("second").style.display=""
}}
</script>
<style>
<!--
body, p, td, input { color: #000000; font-size: 9pt }
-->
</style>
<link href="Style.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="0" leftmargin="0" onload="switchSysBar2();">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="100%" height="25" bgcolor="#6699CC">
</td>
</tr>
<tr>
<td bgcolor="#E1E1E1">
<table border="0" cellPadding="0" cellSpacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td onclick="switchSysBar1()" style="height: 100%"> <b>用戶信息</b></td>
<td onclick="switchSysBar1()" style="height: 100%">
<p align="right">
<font style="color: #6699cc; cursor: hand; font-family: Webdings; font-size: 9pt">
<span id="switchPoint1">6</span></font> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%" id="first">
<iframe name="I2" scrolling="no" target="main" height="60" width="100%" border="0" frameborder="0" src="leftmiddle.asp">
</iframe> </td>
</tr>
<tr>
<td bgcolor="#E1E1E1">
<table border="0" cellPadding="0" cellSpacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td onclick="switchSysBar2()" style="height: 100%"> <b>修改密碼</b></td>
<td onclick="switchSysBar2()" style="height: 100%">
<p align="right">
<font style="color: #6699cc; cursor: hand; font-family: Webdings; font-size: 9pt">
<span id="switchPoint2">6</span></font> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td id="second">
<iframe name="testinfo" scrolling="no" target="main" height="140" width="100%" border="0" frameborder="0" src="pwd.asp">
</iframe></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -