推荐方法:在同页面创建一个区域,通过Ajax方式进行交互。
<html><frameset cols="25%,50%,25%">
<frame src="/example/html/frame_a.html">
<frame src="/example/html/frame_b.html">
<frame src="/example/html/frame_c.html">
</frameset>
</html>
上面的代码是将网页分成垂直的3部分,大小依次是25%,50%,25%
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)