onmouseover="this.style.background='#505050'" onmouseout="this.style.background='#ff3300'" ...
- 网页代码——关闭弹出窗口
"javascript:;window.close()" ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 网页代码——日期星期+走动时间
<script language=javascript> ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 网页代码——网页中的背景音乐
<bgsound src="音乐.mid" loop=-1 value="音量"> ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 网页代码——单元格中框架调用
<iframe border=0 frameborder=0 framespacing=0 height=251 marginheight=0 marginwidth=0 name=new_date noResize scrolling=yes src="on.htm" width=100% vspale="0"></iframe> ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 网页代码——全屏显示网页
<SCRIPT LANGUAGE="javascript"> ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 网页代码——不显示网页上的滚动条
scroll="no" 或者 scrolling="no" ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 网页代码——禁止选择网页文本
onselectstart="return false;" ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 网页代码——禁止网页右键
oncontextmenu="return false;" ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 在网页中插入透明FLASH
在DW 里新建一个空白html文档,插入一个表格.下面这一步是最关键的,在表格内插入制作好flash,在属性里添入参数: ...