重庆市优抚医院院长:网页中调用另一个网页

来源:百度文库 编辑:神马品牌网 时间:2024/04/29 11:14:31
先在一个网页里 只放一个图片,然后保存,再新建一个页面,可不可以把刚刚的图片网页放到这个网页中,具体该怎么设置?
有什么这 方面的教材?
希望朋友提供几个这样的教程网址!!
<<!--#include file="../config.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="../inc/checklogin.asp"-->
<%
call CheckAdminLogin("基本管理")
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<frameset rows="*,30" frameborder="NO" border="0" framespacing="0">
<frame src="admin_main.asp" name="admin" scrolling="auto" marginwidth="0" marginheight="0" noresize>
<frame src="bottom.asp" name="leftFrame" scrolling="auto" marginwidth="0" marginheight="0" noresize>
</frameset>
<noframes><body>
</body></noframes>
</html>
象这样的!!!!-----~~,该怎么做,有什么好的教程吗?

可以..作一个超连接...也可以用表格或用框架

<<!--#include file="../config.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="../inc/checklogin.asp"-->
<%
call CheckAdminLogin("基本管理")
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<frameset rows="*,30" frameborder="NO" border="0" framespacing="0">
<frame src="admin_main.asp" name="admin" scrolling="auto" marginwidth="0" marginheight="0" noresize>
<frame src="bottom.asp" name="leftFrame" scrolling="auto" marginwidth="0" marginheight="0" noresize>
</frameset>
<noframes><body>
</body></noframes>
</html>
是asp的内容......可以找有关于ASP的书和有关于网页制作的书...

在新建一个页面 中添加表格 把刚刚的图片网页放在

表格里啦

或用框架 啦

http://www.dabaoku.com/

<iframe src="bottom.asp" name="最后定个名字方便你用按钮跳转" scrolling="auto" height="高" width="宽" marginwidth="0" marginheight="0" noresize></iframe>
这个才是你要的效果

可以。
先使用打开方式中的记事本打开:在第一个网页上击右键,然后再选择打开方式,记得把“始终使用选择的程序打开这种文件”复选框去掉,最后确定。然后在适当位置加入如下代码:

<iframe src="1.html></iframe>

(假设"1.html"为第一个网页的文件名)

你想要的教程是一个网页制作教程,网址:
http://www.dabaoku.com/jiaocheng/

http://www.dongan.com.cn

用框价 <iframe></iframe>