网页中不是可以建个框架定位另一张HTML网页,可否定位一张.asp的网页吗

来源:百度知道 编辑:UC知道 时间:2024/06/09 18:59:34
例如<IFRAME id=topFrame
name=topFrame src="index.html" frameBorder=0 width=888
scrolling=no height=60></IFRAME>可以加入index.html的网页.
可否加入index.asp的网页???或用DIV或什么可以导入吗?谢谢,给个大概的代码....

可以加入ASP 啊,前提你是在IIS下浏览,否则只能看静态的.
<html>
<title>七彩人生亲子家庭网-管理程序</title>
<FRAMESET COLS="180,*" framespacing="2" frameborder="yes" border="2" bordercolor="#409CDF" name="fulll">
<FRAME SRC="left.php" NAME="left" border="3" noresize="noresize" scrolling="no">
<FRAME SRC="index.php" NAME="main" frameborder="3" noresize="noresize" scrolling="yes">
</FRAMESET>
<noframes></noframes>
</html>