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?
季风
季风 2018-03-23 11:30:45
0
2
1358

Like the question, please solve it.

季风
季风

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!
    季风 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