![](http://www.makewing.com/lanren/images/code.gif)
<body style="overflow-y:hidden"> 去掉x轴
<body style="overflow-x:hidden"> 去掉y轴
<body scroll="no">不显
![](http://www.makewing.com/lanren/images/code.gif)
<TD onmouseover="this.style.backgroundColor='#FFFFFF'"
onmouseout="this.style.backgroundColor=''"
style="CURSOR: hand">
![](http://www.makewing.com/lanren/images/code.gif)
<body ondragstart=window.event.returnValue=false oncontextmenu=window.event.returnValue=false onselectstart=event.returnValue=false>
![](http://www.makewing.com/lanren/images/code.gif)
<iframe name="name" src="main.htm" width="450" height="287" scrolling="Auto" frameborder="0"></iframe>
![](http://www.makewing.com/lanren/images/code.gif)
<iframe name="pindex" src="index.asp" frameborder=false scrolling="auto" width="100%" height="100%" frameborder=no onload="document.all['pindex'].style.height=pindex.document.body.scrollHeight" ></iframe>
![](http://www.makewing.com/lanren/images/code.gif)
<link rel="Shortcut Icon" href="favicon.ico">
<link rel="Bookmark" href="favicon.ico">
![](http://www.makewing.com/lanren/images/code.gif)
越来越多的人长时间的泡网,眼镜的普及率也越来越高,让文字大点,让更多的用户看的更清楚。
<script type="text/javascript">
function doZoom(size)
{document.getElementById('zoom').style.fontSize=size+'px';}
</script>
<span id="zoom">需要指定大小的文字</span>
<a href="javascript:doZoom(16)">大</a> <a href="javascript:doZoom(14)">中</a> <a href="javascript:doZoom(12)">小</a>
![](http://www.makewing.com/lanren/images/code.gif)
在div里加入下面的代码,根据需要调整就可以了。
<iframe src="javascript:false" scrolling="no" frameborder="0" style="z-index:-1;position:absolute; top:5px; left:2px;168;height:100px;">
</iframe>
![](http://www.makewing.com/lanren/images/code.gif)
填写的嵌入地址一定要和本页面在同一个站点上,否则会提示“拒绝访问!”。对跨域引用有权限问题,请查阅其他资料。
<iframe name="guestbook" src="gbook/index.asp" scrolling=no width="100%" height="100%" frameborder=no onload="document.all['guestbook'].style.height=guestbook.document.body.scrollHeight"></iframe>
![](http://www.makewing.com/lanren/images/code.gif)
<select name="select" onchange="window.open(this.options[this.selectedIndex].value)">
<option value="http://www.microsoft.com/ie"> Internet Explorer</option>
<option value="http://www.microsoft.com"> Microsoft Home</option>
<option value="http://msdn.microsoft.com"> Developer Network</option>
</select>
![](http://www.makewing.com/lanren/images/code.gif)
<param name="wmode" value="transparent">
添加到收藏夹和设为首页
<a href=# onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.makewing.com/lanren/');">设为首页</a>
<a href="javascript:window.external.AddFavorite('http://www.makewing.com/lanren/','懒人图库')">收藏本站</a>
![](http://www.makewing.com/lanren/images/code.gif)
<script language=JavaScript>
document.write("最后更新时间: " + document.lastModified + "")
</script>
![](http://www.makewing.com/lanren/images/code.gif)
<Script Language="JavaScript">
var timedate= new Date("October 1,2002");
var times= "国庆节";
var now = new Date();
var date = timedate.getTime() - now.getTime();
var time = Math.floor(date / (1000 * 60 * 60 * 24));
if (time >= 0)
document.write( "现在离"+times+"还有: "+time +"天")
</Script>
![](http://www.makewing.com/lanren/images/code.gif)
禁止缓存
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
![](http://www.makewing.com/lanren/images/code.gif)
<iframe src="about:<body style='background:transparent'>" allowtransparency></iframe>
![](http://www.makewing.com/lanren/images/code.gif)
<script language="JavaScript">
<!-- Begin
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
// End -->
</script>
![](http://www.makewing.com/lanren/images/code.gif)
<bgsound src="mid/windblue[1].mid" loop="-1"> 只适用于IE
<embed src="music.mid" autostart="true" loop="true" hidden="true"> 对Netscape ,IE 都适用
![](http://www.makewing.com/lanren/images/code.gif)
<marquee direction=up height=146 onmouseout=start() onmouseover=stop() scrollAmount=2>滚动信息
</marquee>
![](http://www.makewing.com/lanren/images/code.gif)
代码“javascript:void(null)”代替原来的“#”标记
![](http://www.makewing.com/lanren/images/code.gif)
在body中加入
<script language="JavaScript" type="text/JavaScript">
function MM_openBrWindow(theURL,winName,features) {window.open(theURL,winName,features);}
</script>
弹出代码
<a href="#" target="_self" onClick="MM_openBrWindow('windows01.htm','','width=550,height=380')" width="550" height="380" border="0">图片或文字</a>
![](http://www.makewing.com/lanren/images/code.gif)
on (press) {
getURL("http://www.makewing.com","_blank");
}
![](http://www.makewing.com/lanren/images/code.gif)
<meta http-equiv="refresh" content="5;url=http://www.makewing.com">
![](http://www.makewing.com/lanren/images/code.gif)
<hr noshade size=0 color=#C0C0C0>
![](http://www.makewing.com/lanren/images/code.gif)
<td style="word-break:break-all">就搞定了。
完整的是
style="table-layout: fixed;WORD-BREAK: break-all; WORD-WRAP: break-word"
![](http://www.makewing.com/lanren/images/code.gif)
<IMG src="mypicture.jpg" HEIGHT="100px" WIDTH="100px" GALLERYIMG="no">
![](http://www.makewing.com/lanren/images/code.gif)
<body oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return
false"onmouseup="document.selection.empty()">
![](http://www.makewing.com/lanren/images/code.gif)
<body oncontextmenu="window.event.returnValue=false"
onkeypress="window.event.returnValue=false"
onkeydown="window.event.returnValue=false"
onkeyup="window.event.returnValue=false"
ondragstart="window.event.returnValue=false"
onselectstart="event.returnValue=false">
</body>
![](http://www.makewing.com/lanren/images/code.gif)
<Body Background="图片文件" bgproperties="fixed">
![](http://www.makewing.com/lanren/images/code.gif)
<Script Language="JavaScript">
image = new Array(4); //定义image为图片数量的数组
image [0] = 'tu0.gif' //背景图象的路径
image [1] = 'tu1.gif'
image [2] = 'tu2.gif'
image [3] = 'tu3.gif'
image [4] = 'tu4.gif'
number = Math.floor(Math.random() * image.length);
document.write("<BODY BACKGROUND="+image[number]+">");
</Script>
![](http://www.makewing.com/lanren/images/code.gif)
on (release)
{
loadMovie("1-01.swf", "_root.loaderclip");
}
![](http://www.makewing.com/lanren/images/code.gif)
<form id="form1" name="form1" method="post" action="">
<img src="login.gif" width="62" height="22" onclick="document.form1.submit()" />
</form>
![](http://www.makewing.com/lanren/images/code.gif)
body {
text-align:center;
background-repeat: repeat-y;
background-position: center;
background-image: url(../images/bg.jpg);
}
![](http://www.makewing.com/lanren/images/code.gif)
style="cursor:hand"
![](http://www.makewing.com/lanren/images/code.gif)
<div id="Layer1"></div>
<a href="#" onClick="Layer1.style.display='none'">关闭层</a>
![](http://www.makewing.com/lanren/images/code.gif)
<a href=javascript:close()>[关闭窗口]</a>
![](http://www.makewing.com/lanren/images/code.gif)
<DIV STYLE=" 120px; height: 50px; border: 1px solid blue;overflow: hidden; text-overflow:ellipsis">
<NOBR>就是比如有一行文字,很长,表格内一行显示不下.</NOBR>
</DIV>
![](http://www.makewing.com/lanren/images/code.gif)
<script>
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
</script>
![](http://www.makewing.com/lanren/images/code.gif)
<div style="300px;padding:20px;overflow:hidden;word-wrap:break-word;word-break:break:all; font-size:12px; line-height:18px; background-color:#eeeeee;">
<font disabled>
怎么样,我凹下去了吧?<br>
你不想试试吗?<br>
<a href="http://www.lenvo.cn/">www.lenvo.cn</a></font>
</div>
![](http://www.makewing.com/lanren/images/code.gif)
<script>
function Preview()
{var TestWin=open('');
TestWin.document.write(code.value);}
</script>
<textarea id=code cols=60 rows=15></textarea>
<br>
<button onclick=Preview() >运行</button>
![](http://www.makewing.com/lanren/images/code.gif)
<table width="100%" onclick="window.open('http://www.makewing.com/', '_blank')" style="CURSOR:hand">
<tr>
<td height="100" bgcolor="f4f4f4"> </td>
</tr>
</table>
![](http://www.makewing.com/lanren/images/code.gif)
<body onblur="this.focus();">
![](http://www.makewing.com/lanren/images/code.gif)
.shadowfont{FILTER: dropshadow(color=#666666, offx=1, offy=1, positive=1); FONT-FAMILY: "宋体"; FONT-SIZE: 9pt;COLOR: #ffffff;}
![](http://www.makewing.com/lanren/images/code.gif)
后退:javascript:history.back(1)
关闭:javascript:window.close();
![](http://www.makewing.com/lanren/images/code.gif)
style="FILTER: alpha(opacity=72)"
![](http://www.makewing.com/lanren/images/code.gif)
<script language=“javascript”><!--if (self!=top){top.location=self.location;} -->< /script>
![](http://www.makewing.com/lanren/images/code.gif)
alt 用来给图片来提示的。Title用来给链接文字或普通文字提示的。
<a href="#" Title="给链接文字提示">文字</a>
<p Title="给链接文字提示">文字</p>
<img src="图片链接" alt="给图片提示">
![](http://www.makewing.com/lanren/images/code.gif)
<SCRIPT LANGUAGE="javascript" src="js/xxxxx.js"></SCRIPT>
![](http://www.makewing.com/lanren/images/code.gif)
response.redirect"login.asp"
location.href="xx.asp"
onClick="window.location='login.asp'"
onClick="window.open('')"
![](http://www.makewing.com/lanren/images/code.gif)
a:link 表示链接的样式
a:active 表示当前活动连接的样式
a:hover 表示鼠标划过时的样式
a:visited 表示已经访问过的连接的样式
"link-visited-hover-active" 简记为 "lvha" 即 "love"+"hate"
![](http://www.makewing.com/lanren/images/code.gif)
<style type="text/css">
.green {COLOR: #309633}
.green A:link {COLOR: #309633; TEXT-DECORATION: none}
.green A:visited {COLOR: #309633; TEXT-DECORATION: none}
.green A:hover {COLOR: #309633; TEXT-DECORATION: underline}
.green A:active {COLOR: #309633; TEXT-DECORATION: none}
</style>
<a href="#" class="green">文字</a>
![](http://www.makewing.com/lanren/images/code.gif)
<select name=select onchange="javascript:window.open(this.options[this.selectedIndex].value)"style="color:#333">
<option>----请选择----</option>
<option value="http://www.makewing.com/lanren/">懒人图库</option>
<option value="http://www.makewing.com/store/">MakeWing Store</option>
<option value="http://www.izhu.com/">爱烛网</option>
</select>
![](http://www.makewing.com/lanren/images/code.gif)
style="text-indent:24px; " 首行缩进建用EM单位。
![](http://www.makewing.com/lanren/images/code.gif)
style="220px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; "
<div style="200px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; border:1px solid #336699">试试看,前面一段我知道,加上...倒还真的不是到,看看效果</div>