`
xinlingwuyu
  • 浏览: 135778 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
<html> <head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>个比较好看的Button的CSS-chinaz.com</title></head> <body> <style>.btn {BORDER-RIGHT: #7b9ebd 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #7b9ebd 1px solid ...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>    <head>        <title>纯CSS Lightbox效果webjx.com</title>        <style>        .black_overlay{            display: none;            position: absolute;            top: 0%;            le ...
<%@ page language="java" contentType="image/png;charset=GB2312"    import="java.awt.*"    import="javax.imageio.*"    import="java.awt.geom.*"    import="java.awt.image.*"    import="java.text.*"%><%!    // 绘制饼图的说明    publ ...
用过才知道.....
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="gb2312" ><head> <meta http-equiv="content-type" content="text/h ...
<!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><meta http-equiv="Content-Type" content="text/html; charset=utf-8 ...
<html><style type="text/css">.rd{font-family: "宋体";font-size: 14px;height: 12px;width: 12px;margin: 0px;padding: 0px;line-height: 12px;}#l{filter:DropShadow(Color=#00ccff,OffX=1,OffY=0)DropShadow(Color=#00ccff,OffX=1,OffY=0)DropShadow(Color=#00ccff,OffX=1,OffY=0)DropSh ...
在做一般的XML数据交换过程中,我更乐意传递XML字符串,而不是格式化的XML Document。这就涉及到XML字符串和Xml Document的转换问题,说白了这是个很简单的问题,本文就各种XML解析器分别列举如下,以方便自己今后查阅。  一、使用最原始的javax.xml.parsers,标准的jdk api  // 字符串转XML  String xmlStr = "......";  StringReader sr = new StringReader(xmlStr);   InputSource is = new InputSource(sr);   Docume ...
www.iteye.com (转)xml+xsl+javascript取值及修改数据:http://www.blogjava.net/ilovezmh/archive/2007/07/07/128720.html http://www.w3cn.org/ http://www.w3schools.com http://www.wiki.cn/ http://www.webdeveloper.com/forum/archive/index.php/ http://www.matrix.org.cn/main.shtml http://www.sourcelabs.com/ http://www.w ...
■■■■■ #DC143C Crimson 深红/猩红 ■■■■■ #FFF0F5 LavenderBlush 淡紫红 ■■■■■ #DB7093 PaleVioletRed 弱紫罗兰红 ■■■■■ #FF69B4 HotPink 热情的粉红 ■■■■■ #FF1493 DeepPink 深粉红 ■■■■■ #C71585 MediumVioletRed 中紫罗 ...
/*  SortTable  version 2  7th April 2007  Stuart Langridge, http://www.kryogenix.org/code/browser/sorttable/    Instructions:  Download this file  Add <script src="sorttable.js"></script> to your HTML  Add class="sortable" to any table you'd like to make sortable  Clic ...
来源于:http://www.frequency-decoder.com/demo/table-sort-revisited/ table排序代码: (function(){ fdTableSort = {        regExp_Currency:        /^[£$€¥¤]/,        regExp_Number:          /^(\-)?[0-9]+(\.[0-9]*)?$/,        pos:                    -1,        uniqueHash:             1,        thNode:        ...
Script中的Defer属性如果你是一个对系统性能比较关心和在意的人,我想你应该会对Script脚本中的defer属性感兴趣的。script中的defer属性默认情况下是false的。按照DHTML编程宝典中的描述,对于Defer属性是这样写的:Using the attribute at design time can improve the download performance of a page because the browser does not need to parse and execute the script and can continue downloading ...
1、用JavaScript刷新当前的页面:document.location.reload();   2、子窗口刷新父窗口: window.opener.location.href=window.opener.location.href; window.close();    3、强制载入后刷新一次加入以下代码: <script>if(window.name != "bencalie"){    location.reload();    window.name = "bencalie";}else{    window.name = &qu ...
在网页1中利用ajax得到responseText返回值,比如是“form1.text1.value=3;” 那么我如何在网页1中通过js函数利用这个返回值,从而改变网页1自身中text1框的value值呢? 我只想知道通过我上面说的方法能不能实现,不要向我介绍别的方法啊,谢谢。。。 实际我是在网页1中利用ajax向网页2发送一个请求,在网页2中检索数据库,得到所需要的值,然后out.println 能够改变网页1中某个控件值的语句 比如是“form1.text1.value=3;” ,生成了很多这样的语句,所以我不想在在网页1中split()这些结果了,这样太麻烦。 向高手们 ...
Global site tag (gtag.js) - Google Analytics