JavaScript 参考手册
Frame noResize 属性
"/examples/frame_noresize.htm"源代码如下
源代码:
点击运行 »
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>蜜蜂教程(mifengjc.com)</title> <frameset cols="50%,50%"> <frame id="leftFrame" src="/examples/frame_noresize.htm"> <frame id="rightFrame" src="/examples/frame_a.htm"> </frameset> </head> </html>
运行结果:
点击运行 »