预览模式: 普通 | 列表

网站导航下拉菜单代码-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>  
  <title> New Document </title>  
  <META name="Generator" content="EditPlus">  

查看更多...

分类:应用开发 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 3154

简洁的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" lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

查看更多...

分类:应用开发 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 3830

好用的ASP分页代码

<%
set rss=server.CreateObject("adodb.recordset")
sql="select * from Member"   '调入数据库表
rss.open sql,conn,1,1
if rss.recordcount<=0 then

查看更多...

分类:应用开发 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 2881

asp通用分页类

一、类的属性、方法
  这是个asp通用分页类。你能用他方便的给记录集分页,当然在网上有许多的分页类和分页函数。本分页主要有conn、sql、url、fieldlist、pagesize、template、init、show、close等属性和方法。
  1.conn属性    :用来获取一个已创建的connection对象。
  2.sql属性      :根据传入的sql语句,自动创建recordset对象
  3.pagesize属性   :设置第页的记录条数

查看更多...

分类:应用开发 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 2783

IP转数字[asp代码]

<%
'IP转数字 数字转IP 的函数代码

'在一些 网站统计系统 或者ip查询系统里 经常看到 用一长串数字表示 ip地址 下面就给出 它的算法,可以用'于限制IP访问的情况 或者限制网段访问的情况。 比起用IP地址直接处理 这样转换成数字 显然方便了许多。

查看更多...

分类:应用开发 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 3328

一个实用的图片按钮代码

<script language="javascript">
function CheckForm()
{
if (document.form1.name.value.length == 0)
{

查看更多...

分类:应用开发 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 3076