标签:
URL网页可自定义--->就是改动data="……"的网页链接即可。但这种模式有局限性只能作为浏览模式,有的窗口是不能打开的。
<head> <title>Html之网页分屏浏览模式</title> <style type="text/css"> <!-- body { font-family: "宋体"; font-size: 9pt; margin-top: 0px; margin-left: 4px; margin-right: 0px} A { COLOR: black; FONT-SIZE: 13px; FONT-WEIGHT: 400; TEXT-DECORATION: none } A:hover { COLOR: white; FONT-SIZE: 13px; FONT-WEIGHT: 400; TEXT-DECORATION: underline } a:active { font: 9pt "宋体"; cursor: hand; color: #000000 } --></style> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <body bgcolor="#000000"> <center><font color=white face="隶书" size=6>冷的锋刃</font></center> <br> <object type="text/x-scriptlet" width=49%; algin="left" height=100% data="http://www.cnblogs.com/caidupingblogs/"> </object> <object type="text/x-scriptlet" width=49%; algin="right" height=100% data="http://www.cnblogs.com/caidupingblogs/"> </object> <br> <center> <SCRIPT LANGUAGE="JavaScript"> <!-- hide function goHist(a) { history.go(a); } //--> </script> <br> </body>
Html之网页分屏浏览模式
原文地址:http://www.cnblogs.com/caidupingblogs/p/5573255.html