iframe是一種把外部網頁嵌入自己網頁的一種語法
簡單說就是跳轉網頁
以下就是此iframe的語法 有興趣的可以參考看看
請把紅色URL部份改為你要跳轉到的網址。
然後修改好後請存成html就可上傳到網頁中。
<HTML>
<HEAD>
<title></title>
</HEAD>
<FRAMESET cols="100%">
<FRAME SRC="URL"
MARGINHEIGHT="0"
MARGINWIDTH="0"
SCROLLING="auto"
FRAMEBORDER="no"
NAME="cloak"
NORESIZE>
<noframes>
<BODY BGCOLOR="#FFFFFF">
If you are seeing this message, it is because you are using a browser
which does not support frames. You can either download one that does
(like
<A HREF="http://home.netscape.com">Netscape Navigator</A>)
or follow the link below to enter the website.<p>
<blockquote>
<a href="不支援框架的超連結網址">Enter the website</a>.
</blockquote>
</NOFRAMES>
</BODY>
</noframes>
</FRAMESET>
</HTML>
評論
此文章尚無評論。