0
我需要在HTML文檔中創建四個框架。下面的代碼只創建三個幀。使用HTML創建四個框架
<!DOCTYPE html>
<html>
<FRAMESET cols="100%" rows="10%,90%" >
<FRAMESET rows="100%,">
<FRAME src="frame_a.htm">
</FRAMESET>
<FRAMESET cols="20%,60%" rows="40%,80">
<FRAME src="frame_b.htm">
<FRAME src="frame_c.htm">
</FRAMESET>
<FRAMESET rows="60%," >
<FRAME src="frame_d.htm">
</FRAMESET>
</FRAMESET>
</html>
此快照解釋了這個問題。請注意,上面的代碼沒有創建幀D.
** **框架?在2012年?! – ThiefMaster 2012-07-09 20:41:11
@ThiefMaster我的想法。 – JAB 2012-07-09 20:41:41
謝謝@ThiefMaster。什麼是替代方案? – FadelMS 2012-07-09 20:42:54