posted @ 2007-02-08 14:12 余墨 阅读(312) 评论(0) 推荐(0)
posted @ 2007-02-08 14:10 余墨 阅读(572) 评论(0) 推荐(0)
|
摘要:
源代码下载/Files/singlepine/topmenu.rar public class TopMenu : System.Web.UI.Page{ protected DataRow[] father; protected DataRow[] first; protected DataRow[] second; private void Page_Load(... 阅读全文
posted @ 2007-02-08 14:10 余墨 阅读(572) 评论(0) 推荐(0)
摘要:
步骤:1.新建一个页面,假如说叫VerticalMenu2.把html代码copy到html代码区3.把LoadTopMenu方法copy到cs代码区4.运行即可-------------------------------------1.html代码 2.cs代码 public class VerticalMenu : S... 阅读全文
posted @ 2007-02-08 14:07 余墨 阅读(336) 评论(0) 推荐(0)
摘要:
WebForm4 screen.width*0.7)this.style.width=screen.width*0.7;" onmousewheel="return bbimg(this)"> ... 阅读全文
posted @ 2007-02-08 13:35 余墨 阅读(383) 评论(0) 推荐(0)
摘要:
1. oncontextmenu="window.event.returnValue=false" 将彻底屏蔽鼠标右键no 可用于Table2. 取消选取、防止复制3. onpaste="return false" 不准粘贴4. oncopy="return false;" oncut="return false;" 防止复制5. IE地址栏前换成自己的图标6. 可以在收藏夹中显示出你的图标... 阅读全文
posted @ 2007-02-08 13:27 余墨 阅读(132) 评论(0) 推荐(0)
摘要:
1.建立一个aspx页面,html代码<htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server"><title>UntitledPage</title><scripttype="text/javascript">varxmlHttp;functioncreateXMLHttp... 阅读全文
posted @ 2007-02-08 13:23 余墨 阅读(352) 评论(0) 推荐(0)
摘要:
1.建立一aspx页面,html代码<html><head><title>WebForm1</title><styletype="text/css">.logo{}{POSITION:absolute}.dek{}{Z-INDEX:200;VISIBILITY:hidden;POSITION:absolute}</style>... 阅读全文
posted @ 2007-02-08 13:21 余墨 阅读(310) 评论(0) 推荐(0) |
||