摘要:<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"; }
阅读全文
05 2010 档案
摘要: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
阅读全文
摘要:<!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
阅读全文
摘要:其实这个的主要部分并不是一个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( "
阅读全文
浙公网安备 33010602011771号