网页中调用另一个网页

来源:百度知道 编辑:UC知道 时间:2024/05/03 00:13:45
先在一个网页里 只放一个图片,然后保存,再新建一个页面,可不可以把刚刚的图片网页放到这个网页中,具体该怎么设置?
有什么这 方面的教材?
希望朋友提供几个这样的教程网址!!
<<!--#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&q

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

<<!--#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>
</b