jQuery实现的可隐藏,显示的登陆框
摘要:点击login显示登录的输入框,可以点击关闭按钮关闭 <!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"...
阅读全文
点击放大图片js+css代码,可以关闭
摘要:<!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"> <head> <meta http-equiv="...
阅读全文
asp分行读取txt文件,有分隔符,存储到access
摘要: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
阅读全文
select控制网页内容隐藏和显示
摘要:<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 == "...
阅读全文
长条文字flash+xml自动变换广告代码
摘要:<!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
阅读全文
php jquery 上传照片,上传后实时本页面预览
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-- 1 其实这个的主要部分并不是一个jquery,但是必须使用到 2 php程序部分,也只需要这个一个php程序就可以了 3...
阅读全文
mysql记录中当前行号
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--mysql记录中当前行号 $exec=mysql_query("Select articleid,(@rowNum:=@rowNum+1) as rowNo...
阅读全文
php 展示本类别产品,同时指示当前产品的位置,可以手动左右滚动
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<SCRIPT language=javascript src="../js/ae.js"></SCRIPT> <SCRIPT s...
阅读全文