- + P A

- 如何消除ie上的tip:为了有利于保护安全性,IE已限制此网页运行可以访问计算机的脚本或 ActiveX 控件

      网页类学习笔记 2008-4-24 21:27

Windows XP Service Pack 2 (SP2) 应用程序兼容性测试与缓解指南

缓解应用程序兼容性问题

发布日期: 2005年11月23日
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 网页制作常见问题解答

      网页类学习笔记 2008-4-20 12:9
 
 
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- VBScript 函数

      网页类学习笔记 2008-4-20 12:7
 

标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- Javascript函数大全

      网页类学习笔记 2008-4-20 12:5

 /*
 -------------- 
函数检索 --------------
 trim
函数:  

标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- Window对象的属性

      网页类学习笔记 2008-4-20 12:4
 
1ClosedOpener
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- Window 的 EVENT 大全

      网页类学习笔记 2008-4-20 12:1

Window 的 EVENT 大全

标签集:TAGS:Window EVENT 大全
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 鼠标划过提示例子

      网页类学习笔记 2008-2-22 16:7

<!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="zh-CN" lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>应用:显示提示内容 :: 定位 :: 浮动、定位与视觉格式化模型</title>
<style type="text/css">
<!--
.tip {
color:#C00;
text-decoration:none;
border-bottom:1px dashed;
margin: 0.5em;
}
.tip span {
font-size:0.9em;
padding:0 5px;
position:absolute;
width:17em;
border:1px solid #F60;
background:#FC3;
top:1em;
l

标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- Microsoft JET Database Engine 错误 '80004005'

      网页类学习笔记 2008-2-16 19:32

今天在调试asp文件,平时编写asp时使用的是vbscript,今天测试一下javascript,但是总出错.

Microsoft JET Database Engine 错误 '80004005'

everyone 加上读写权限

可能原因:
1.sql语句出错(要插入或更新的字段的数值不能为空值)
2.打开数据库出错,没有在指定路径发现数据库

解决办法:
1.针对这种情况,在打开记录集之前输入一下语句:
response.write(sql) 'sql就是你的sql语句
response.end
仔细分析输出的这个sql有没有毛病。对照数据库看是不是有不能为空的字段没有赋值,等等。

2.在文件开头加入on error resume next
在打开数据连接的下一行加如:
if err.number<> 0 then
response.write("//////////")
response.end
end if
如果输出了////////就是数据连接有问题了。仔细检查连接字符串。问题就在这里了。(除了驱动和系统的原因)
3.如果是rs.eof 加上一条输出没有记录,再调试一下.

标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 日记_2007年10月17日10点54分 几个样式

      网页类学习笔记 2007-10-17 10:54

每次看css ,总是记不着,现在写下来,这样就...呵呆.

顺便记一下: Ad PS7.1 SN:  1045-1380-6674-5614-0950-9671


<html>
<head>
<title>css-文本框</title>
<style type="text/css">
<!--
.box1,.box2 { width:144px;  height:22px; line-height:22px; border:1px solid #A9BAC9;background:url(http://cn.yimg.com/i/mail/06/bg_box1.gif) no-repeat #fff; padding:0 3px; font-size:12px; }
.box2 { border:1px solid #9ECC00;}
-->
</style>
</head>
<body>
127.0.0.1=0013727338B9
          00105CBC81AF

6222021702003740677

<INPUT class=box1 id=logi

标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 关于iis 不执行 ASP 的解决办法(参考)

      网页类学习笔记 2007-9-15 13:10

你在配置一下你的IIS,如果还是有这种现象可能是病毒的原因,  
  因为前几天我的一个同学也出现类似的问题,到这个网站下载杀毒的软件:http://it.rising.com.cn/service/technology/RS_blaster.htm    
  “冲击波(Worm.Blaster)”病毒专杀工具  

IUSR 和 IWAM 帐户密码同步 和 对文件的访问被拒绝

使用 Adsutil.vbs 工具从 IIS 配置数据库获得 IWAM 和 IUSR 帐户的密码。下表列出 Adsutil.vbs 实用工具各种功能的语法:功能语法获取 IUSR 帐户密码cscript.exe adsutil.vbs get w3svc/anonymoususerpass 获取 IWAM 帐户密码cscript.exe adsutil.vbs get w3svc/wamuserpass 设置 IUSR 帐户密码cscript.exe adsutil.vbs set w3svc/anonymoususerpass "password" 设置 IWAM 帐户密码cscript.exe adsutil.vbs set w3svc/wamuserpass "password" 备注: 在 Windows NT 4.0 中尝试获取密码时,密码显示为明文;

IIS自带的文件有三大用处:
1、部份属于IIS的使用说明文件;
2、部份属于IIS的调试文件;
3、部份属于IIS远程管理站点的asp文件(这个默让没有安装)

标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 关于window.Scroll

      网页类学习笔记 2007-8-28 14:39

<SCRIPT type=text/javascript>
<!--
var currentpos,timer;
function sc()
{
 clearInterval(timer);
}

function initialize()
{
 timer=setInterval("scrollwindow()",10);
}

function scrollwindow()
{
 currentpos=document.body.scrollTop;window.scroll(0,++currentpos);
}

document.onmousedown=sc
document.ondblclick=initialize

var newWindow=null
function subwin(loadpos,target,width,height)
{
 if(!newWindow||newWindow.closed)
  {
  newWindow=window.open(loadpos,target,"resizable,scrollbars,dependent,width=

标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 这样的效果是用层还是用表格呢

      网页类学习笔记 2007-8-23 14:29

<html>
<head>
<title> New Document </title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Generator" content="EditPlus">
<meta name="Keywords" content="">
<meta name="Description" content="">
<style type="text/css">
body,table,tr,td{
 font-size:12px;
 color:#000000;
 }
.sec1 {
    background-color: #99CC99;
    cursor: hand;
    color: #000000;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;

标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 看到很久了,今天才想起来测试一下[有事QQ我!” 是怎么实现的?怎么实现类似的功能]

      网页类学习笔记 2007-8-19 0:4

安装QQ以后,在Delphi的菜单Project | Import type Libary
能够看到QQ注册了几组COM组件

QQApi 1.0 Type library
QQIEHelper 1.0 Type library
....

<a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=80000816&Exe=QQ&Site=im.qq.com&Menu=No>
<img border="0" SRC=http://wpa.qq.com/pa?p=1:80000816:1 alt="给我发消息"></a>

 1、取状态图片接口:
    接口样例:http://wpa.qq.com/pa?p=1:80000816:1

    说明:Web网页中可引用此接口,来获得指定QQ用户的在线状态;该接口返回一张图片来表示用户当前的在线状态;目前,系统只支持“在线”和“离线”两种状态;
    CGI URL:http://wpa.qq.com/pa?
参数:

标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 结合asp创建弹出菜单[待验证]

      网页类学习笔记 2007-8-9 23:46
文章页数:[1] 
< !-- #include virtual=include/database.asp -->
< %
set rs=server.createobject("adodb.recordset")

sql="select menu_name, menu_link, menu_bgcolor, menu_color,id from enter_individual where (parent_id = (select id from enter_individual where menu_flag = root )) " 查询得到根节点
rs.open sql,conn,1,1
response.write "< table width=100% border=0 cellspacing=1 cellpadding=0 align=center>< tr bgcolor=#3399cc valign=bottom align=center>"
sumnum=rs.recordcount
myarray=rs.getrows()
rs.close ()
widd=780/sumnum 从一级子菜单数目判断弹出菜单x坐标的递增像素
dim i
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()