放到网页上的月历 ...
- 用图片提交表单
<input name="imageField" type="image" src="01.jpg" onclick="formname.submit();"> ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 网页代码——双击自动滚屏
<SCRIPT language=javascript> ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 网页代码——带滚动条的表格
<div style="overflow:auto;height:150;"> ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 网页代码——Meta标签的应用
META标签,是HTML语言head区的一个辅助性标签。在几乎所有的page里,我们都可以看到类似下面这段html代码: ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 网页代码——淡入淡出鼠标提示
<script language="javascript" type="text/javascript"> ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 网页代码——设为首页添加收藏
<a HREF="#" onCLICK="this.style.behavior= ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 网页代码——网页自动跳转
<META HTTP-EQUIV="Refresh" CONTENT="5;URL=http://www.yahoo.com"> ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 网页代码——鼠标触发背景图象
onmouseover="background='images/about_3_1.jpg'" onmouseout="background='images/about_3.jpg'" ...