随笔分类 - JS & CSS+Div
JS & CSS+Div
摘要:http://hi.baidu.com/ichaofan/item/1fa1ffeffee9c72c5a2d64baRepeater控件学习之查询(回车键触发Button按钮事件)Repeater控件学习之查询(回车键触发Button按钮事件)1.新建一个表student,有sno,sname,age,sex,email等字段2.向上述表中添加信息3.前台设计 详细代码如下 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="select.aspx.cs" Inhe
阅读全文
摘要:http://blog.sina.com.cn/s/blog_904d11540100wswx.html第一种方法: <html xmlns="http://www.w3.org/1999/xhtml" ><head> <title>Check Score</title><script language="JavaScript">function keyLogin(){ if (event.keyCode==13) //回车键的键值为13 document.getElementByIdx_x(&
阅读全文
摘要:仿google首页下端图片文字导航Down
阅读全文
摘要:JS 显示/隐藏 的例子<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>...
阅读全文