asp中框架怎么用? 请说详细点~ 请教老鸟们!!

来源:百度知道 编辑:UC知道 时间:2024/05/06 18:18:23
Frame和IFrame的具体用法~

<html><head>
<title>后台管理</title>
<style type="text/css">.navPoint {COLOR: white; CURSOR: hand; FONT-FAMILY: Webdings; FONT-SIZE: 9pt}</style>
<script>
function switchSysBar(){
if (switchPoint.innerText==3){
switchPoint.innerText=4
document.all("frmTitle").style.display="none"
}else{
switchPoint.innerText=3
document.all("frmTitle").style.display=""
}}
</script>

<body scroll="no" topmargin="0" rightmargin="0" leftmargin="0">

<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%">
<tr>
<td align="middle" id="frmTitle" nowrap valign="center" name="frmTitle">
<iframe frameborder="0" src="left.asp"