亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

How to use the rows of the frame to divide the page into upper, middle and lower parts, with the middle part divided into left and right parts?
季風(fēng)
季風(fēng) 2018-03-23 11:30:45
0
2
1533

Like the question, please solve it.

季風(fēng)
季風(fēng)

reply all(1)
 

<html>


<frameset rows="30%,70%">


<frame src="/example/html/frame_a.html" noresize="noresize">

<frameset rows="50%,50%">

<frameset cols="25%,50%,25%">

<frame src="/example/html/frame_b.html" noresize="noresize">

<frame src="http://localhost:8080/Shopping/List.jsp?value=商品" noresize="noresize" scrolling="no">

<frame src="http://www.baidu.com" noresize="noresize">

</frameset>

<frame src="/example/html/frame_a.html" noresize="noresize">

</frameset>



</frameset>


</html>

  • reply Thank you very much, I finally understand this idea!
    季風(fēng) author 2018-03-26 17:08:31
  • reply You're welcome
      author 2018-03-26 17:09:37
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template