- 博客(18)
- 收藏
- 关注
原创 任意位置显示html菜单
脚本说明:把如下代码加入区域中document.onclick = popUp function popUp() {newX = window.event.x + document.body.scrollLeftnewY = window.event.y + document.body.scrollTopmenu = document.all.itemopen
2003-03-10 10:21:00
1367
原创 跟随鼠标的字
脚本说明:第一步:把如下代码加入区域中.spanstyle { COLOR: #ffd8ff; FONT-FAMILY: 宋体; FONT-SIZE: 10pt; POSITION: absolute; TOP: -50px; VISIBILITY: visible}var x,yvar step=18var flag=0// Your snappy m
2003-03-10 10:20:00
1368
1
原创 跟随鼠标的几个星星,不是很夸张,还可以用用
脚本说明:第一步:把如下代码加入区域中BODY{overflow:scroll;overflow-x:hidden;}.s1{ position : absolute; font-size : 12pt; color : blue; visibility: hidden;}.s2{ position : absolute; font-size : 20pt;
2003-03-10 10:20:00
1195
原创 颜色英文代码全集
redgreenbluemagentayellowchocolateblackaquamarinelimefuchsiabrassazurebrownbronzedeeppinkalicebluegraycoppercoral
2003-03-09 11:10:00
1324
原创 修改IE滚动条
BODY {SCROLLBAR-FACE-COLOR: rgb(255,204,0); SCROLLBAR-3DLIGHT-COLOR: rgb(255,207,116); SCROLLBAR-DARKSHADOW-COLOR: rgb(255,227,163); SCROLLBAR-BASE-COLOR: rgb(255,217,93)}
2003-02-25 17:38:00
956
原创 用3个滚动条控制bgcolor
// Slider script by Ronald H. Jankowsky (http://rj-edv-beratung.de), parts of code (draglayer, movelayer) by DynamicDrive.com// This script is free for use, please leave this notice
2003-02-25 17:38:00
1125
原创 Javascript的荧光字效果
荧 光 效 果 例 子var from = 1;var to = 4;var delay = 55; //闪的速度var glowColor = "lime";//颜色var i = to;var j = 0;textPulseDown();function textPulseUp(){if (!document.all)returnif (i {theText.style.filter
2003-02-25 17:38:00
1838
原创 javascript 交替变幻的文字
messages = new Array()messages[0] = "夫子在线"messages[1] = "更新更全更方便"messages[2] = "想交流请到网站"messages[3] = "http:laofuzi.3322.net"mescolor = new Array()mescolor[0] = "000000"mescolor[1] = "FF0000"mescolo
2003-02-25 17:37:00
940
原创 点击后保存web page 和 点击后打印、属性、源吗
if (window.print) {document.write(不在忘记+ + onClick="javascript:window.print()">本页!);}// End -->
2003-02-25 17:37:00
1441
原创 mouseover时显示滚动字幕
if (!document.layers&&!document.all)event="test"function showtip2(current,e,text){if (document.all&&document.readyState=="complete"){document.all.tooltip2.innerHTML=+text+document.all.tooltip2.s
2003-02-25 17:37:00
1722
原创 一个颜色选择板
var HexCharacters="0123456789ABCDEF"; function HexValue(decimal) { return HexCharacters.charAt((decimal>>4)&0xf)+HexCharacters.charAt(decimal&0xf) } function DecValue(
2003-02-25 17:37:00
1123
原创 在地址栏中显示自已的图标
可以在收藏夹中显示出你的图标图标必须是16*16的第一步,准备一个图标制作软件。 首先您必须了解所谓的图标(Icon)是一种特殊的图形文件格式,它是以 .ico 作为扩展名。普通的图像设计软件无法使用这种格式,所以您需要到一个软件下载站点去下载一个图标制作软件。您也可以访问 http://www.favicon.com/ ,这里提供一个免费的在线“收藏夹”图标生成器,如果您
2003-02-17 10:34:00
1872
1
原创 Decrypt encrypted stored procedures
http://searchdatabase.techtarget.com/tip/1,289483,sid13_gci837799,00.htmlThis SP will decrypt Stored Procedures, Views or Triggers that were encrypted using "with encryption". It is adapted fr
2003-02-07 12:54:00
1236
原创 Build Data-Driven Web Services with Updated XML Support for SQL Server 2000
Download the code for this article: SQLXML3.exe (239KB) <!------>SUMMARY XML is becoming the ubiquitous data format on the Web, and XML support in SQL Server is evolving to meet
2003-02-05 19:44:00
1023
原创 [Sample] Playing with music file
Getting into My MusicIf you decide to have your own interface for playing music, one of the fundamental decisions is how to manage your library of MP3/WMA files. Do you use the existing library of a
2003-02-01 15:26:00
1066
原创 Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication
The registry represents one possible location for an application to store database connection strings. Although individual registry keys can be secured with Windows access control lists (ACLs), for ad
2003-02-01 15:26:00
937
原创 Unify the Role-Based Security Models for Enterprise and Application Domains with .NET
Download the code for this article: RollSec.exe (161KB) <!---Browse the code for this article at Code Center: Demo--->SUMMARY Role-based security allows administrators to assig
2003-02-01 15:25:00
1239
原创 使用ASP.NET加密口令
使用ASP.NET加密口令当我们在网站上建立数据库时,保护用户的信息安全是非常必要的。多数用户不愿意让别人知道自己的信息,同时网管也不想因为安全问题而丢失网站的信誉。无论对于谁,安全问题都是非常重要的。 为了解决这个问题,我给大家提供一个简单实用,但是老套的方法,就是口令加密。在此我们使用ASP.NET技术对口令加密。简单的讲,就是将用户提供的口令加密之后,然后让它和存放于系统中的
2003-01-31 11:38:00
955
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人