~语过添情

导航

2009年6月29日

鼠标onmousemove 到控件上,显示提示信息!

摘要: <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <head> <script language="javascript"> var width = "80"; var ... 阅读全文

posted @ 2009-06-29 10:55 ~语过添情 阅读(1353) 评论(0) 推荐(0) 编辑

2009年6月25日

产生验证码。

摘要: 方法一using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI... 阅读全文

posted @ 2009-06-25 14:51 ~语过添情 阅读(282) 评论(0) 推荐(0) 编辑

2009年6月22日

文本框得到焦点,并清空文本框内容

摘要: 第一种、得到焦点,并清空文本框内容<script> function cls(){ //捕获触发事件的对象,并设置为以下语句的默认对象 with(event.srcElement) //如果当前值为默认值,则清空 if(value==defaultValue) value="" } function res(){ //捕获触发事件的对象,并设置为以下语句的默认对象 with(even... 阅读全文

posted @ 2009-06-22 08:50 ~语过添情 阅读(1083) 评论(0) 推荐(0) 编辑

2009年6月19日

web.config详解(配置文件节点说明)

摘要: web.config文件是一个XML文件,它的根结点是<configuration>,在<configuration>节点下的常见子节点有:<configSections>、<appSettings>、<connectionStrings>和<system.web>。其中<appSettings>节点主要用于配置一... 阅读全文

posted @ 2009-06-19 08:56 ~语过添情 阅读(1035) 评论(2) 推荐(0) 编辑