国产一级a片免费看高清,亚洲熟女中文字幕在线视频,黄三级高清在线播放,免费黄色视频在线看

打開APP
userphoto
未登錄

開通VIP,暢享免費電子書等14項超值服

開通VIP
框架相關(guān)知識點總結(jié)
框架知識點總結(jié):
1.
<frameset border="0" cols="0,*" frameborder="0" framespacing="0" onload="init()" onhelp="noHelp()" onkeydown="noEffect()" ondragstart="noEffect()" oncontextmenu="noContext()">
<frame name="oPlus" src="" noresize>
<frame name="oMain" src="http://lovelucking.onlybeloved.com" frameborder="0" noresize scrolling="auto">
</frameset>

2.右邊框架
<frameset cols="*,150" frameborder="0" border="0" framespacing="0">
<frame src="http://lovelucking.onlybeloved.com" name="mm" frameborder="0">
<frame src="http://右邊網(wǎng)址.com" name="rightFrame" frameborder="0" scrolling="NO" noresize>
</frameset>

3.上下框架
<frameset rows="28,*" frameborder="NO" border="0" framespacing="0">
<frame src="http://上部網(wǎng)址/index.htm" name="dj-play" scrolling="no" noresize >
<frame src="http://lovelucking.onlybeloved.com" name="mainFrame" scrolling="auto">
</frameset>

4.網(wǎng)頁內(nèi)嵌框架
<IFRAME align=middle marginWidth=0 vspace=-0 marginHeight=0 src="http://lovelucking.onlybeloved.com" frameBorder=no width=400 scrolling=auto height=300></IFRAME>

~~~~~

也可以自己修在框架大?。?
<table width="寬大小" height="高大小">

<TD align=middle width=寬大小 height=高的大小><IFRAME name=sucai1
marginWidth=0 frameSpacing=0 marginHeight=0
src="所要放的網(wǎng)頁的地址" frameBorder=0 width=400
height=380></TD>
</table>
</IFRAME>


在當(dāng)前網(wǎng)頁中包含另一個網(wǎng)頁:

<iframe src=另一個網(wǎng)頁地址></iframe>

9、網(wǎng)頁打開后,隔一定時間自動刷新:

<META HTTP-EQUIV="refresh" CONTENT="時間間隔秒">

10、網(wǎng)頁打開后,隔一定時間自動跳轉(zhuǎn)到另一頁:

<meta http-equiv="Refresh" content="時間間隔秒; url=另一個網(wǎng)頁地址">


兩個域名同一個空間自動跳轉(zhuǎn)的ASP代碼
<%if Request.ServerVariables("SERVER_NAME")="cdpy.com" then
response.redirect "default.asp"
else%>
<%end if%>
<%if Request.ServerVariables("SERVER_NAME")="www.cdpy.com" then
response.redirect "default.asp"
else%>
<%end if%>
<%if Request.ServerVariables("SERVER_NAME")="xingqiba.com" then
response.redirect "cdhome/default.asp"
else%>
<%end if%>
<%if Request.ServerVariables("SERVER_NAME")="www.xingqiba.com" then
response.redirect "cdhome/default.asp"
else%>
<%end if%>
<%if Request.ServerVariables("SERVER_NAME")="blog.xingqiba.com" then
response.redirect "blog/"
else%>
html中跳轉(zhuǎn)最全代碼
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>正在進入</title>
</head>
<body>
<form name=loading>
 <p align=center> <font color="#0066ff" size="2">正在進入,請稍等</font><font color="#0066ff" size="2" face="Arial">...</font>
  <input type=text name=chart size=46 style="font-family:Arial; font-weight:bolder; color:#0066ff; background-color:#fef4d9; padding:0px; border-style:none;">
  
  <input type=text name=percent size=47 style="color:#0066ff; text-align:center; border-width:medium; border-style:none;">
  <script> 
var bar=0 
var line="||" 
var amount="||" 
count() 
function count(){ 
bar=bar+2 
amount =amount + line 
document.loading.chart.value=amount 
document.loading.percent.value=bar+"%" 
if (bar<99) 
{setTimeout("count()",100);} 
else 
{window.location = "http://xia.7u7.cn";} 
}</script>
 </p>
</form>
<p align="center"> 如果您的瀏覽器不支持跳轉(zhuǎn),<a style="text-decoration: none" ><font color="#FF0000">請點這里</font></a>.</p>
</body>
</html>
腳本方式
如:
<script language="javascript" type="text/javascript">
<!--
window.location='index.html';
//-->
</script>
html的meta方式
如:
<meta http-equiv='Refresh' content='0;URL=index.html'>
這種方法的好處是可以控制重定向的時間
本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊舉報。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
HTTP常用代碼
HTML框架代碼全集
網(wǎng)頁設(shè)計中收集的一些很實用的代碼
30多種常用代碼大全
HTML代碼知識
html基礎(chǔ)語法及關(guān)鍵詞(2) | 亮劍博客
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點擊這里聯(lián)系客服!

聯(lián)系客服