网站开发与移动开发

博客园 首页 新随笔 管理

05 2010 档案

摘要:<script> function setChange() { if (document.f.selfs.value == "1") { document.all.tb1.style.display = "block"; } else { document.all.tb1.style.display = "none"; } if (document.f.selfs.value == "2") { document.all.tb2.style.display = "block"; } 阅读全文
posted @ 2010-05-25 11:22 txf2004 阅读(202) 评论(0) 推荐(0)

摘要:txt文件是下面这样的, 一行一条数据,用逗号分隔 下面写出asp文件 <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!--#include file="inc/conn.asp" --> <% filespec=server.mappath("txt.txt&quo 阅读全文
posted @ 2010-05-25 11:21 txf2004 阅读(237) 评论(0) 推荐(0)

摘要:<!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=g 阅读全文
posted @ 2010-05-04 08:08 txf2004 阅读(163) 评论(0) 推荐(0)

摘要:其实这个的主要部分并不是一个jquery,但是必须使用到 php程序部分,也只需要这个一个php程序就可以了 www.corange.cn亲测 <?php header("Content-Type: text/html; charset=utf-8"); @header( "Cache-Control: no-cache, must-revalidate" ); @header( "Pragma: no-cache" ); @header( "Last-Modified: " . gmdate( " 阅读全文
posted @ 2010-05-04 08:06 txf2004 阅读(236) 评论(0) 推荐(0)