加入音乐代码1
<bgsound src="音乐地址" loop="-1">
此代码为加入背景音乐,其中loop="-1"为无限次循环
加入音乐代码2
<embed src="音乐地址" hidden>
此代码为插入音乐,hidden为隐藏
加入透明Flash代码
<embed src="http://wanruo.jahee.com/jpsc/flash/9.swf"; width="400" height="300" quality="high" wmode="transparent"
align="right" style="position: absolute; left:0; top:0">
此代码为插入透明flash代码,其中 width="" 为flash的宽,height="" 为 flas的高,left: 为从左向右移的位置,top: 为从上向
下移的位置
让背景图不滚动
<Body Background="图片地址" bgproperties="fixed">
此代码可以让背景固定不走
网页无法另存为
<noscript><iframe src=*></iframe></noscript>
此代码可以让他人无法另存为,以此保护自己的网页文件
禁止右键
<body oncontextmenu="return false">
此代码可以让人无法使用右键
禁止左右键
<body oncontextmenu="return false" onselectstart="return false">
此代码可让人无法使用左右键,从而保护网页文件
加入鼠标代码
<style type="text/css">body{cursor:url(鼠标地址)}</style>
改变网页图标:<link rel="stylesheet" href="img/style-def.css" type="text/css">
<LINK REL="SHORTCUT ICON" HREF="http://www.imageshack.us/favicon.ico">
贴flash,输入以下内容:这是使用的正确代码:
<EMBED align=middle src=输入有效网址 width=700 height=550 type=application/x-shockwave-flash>
[此贴子已经被admin于2008-3-11 17:15:03编辑过]