|
|
关于IFram技术的解释:
烦请传奇查一下iframe的资料:
技术一:在标题中显示的内容
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" >
<meta name="keywords" content="<%=Site_MetaKeywords%>" >
<meta name="description" content="网址转向中,请稍等!<%=Site_MetaDescription%>" >
| <title>【<%=Site_Name%>】-<%=Site_Title%></title> 这段是从数据库取得,即大家看的标题 | <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" >
<style type=text/css>
技术二:直接指向网站
<iframe src="<%=rsWebUrl("furl")%>" frameBorder="0" width="100%" height="95%" scrolling="auto"><%=rsWebUrl("fname")%> - <%=Site_Name%></iframe> |
|