0℃
演示地址:
http://www.makewing.com/lanren/menu/01/index.htm
http://www.makewing.com/lanren/menu/02/index.htm
http://www.makewing.com/lanren/menu/03/index.htm
http://www.makewing.com/lanren/menu/04/index.htm
http://www.makewing.com/lanren/menu/05/index.htm
http://www.makewing.com/lanren/menu/06/index.htm
http://www.makewing.com/lanren/menu/07/index.htm
http://www.makewing.com/lanren/menu/08/index.htm
http://www.makewing.com/lanren/menu/09/001.html
http://www.makewing.com/la...
css, div, 导航菜单阅读全文
0℃
0℃
2011年11月07日
⁄ 资源下载
Macromedia Dreamweaver v8.0 简体中文特别版
下载地址:http://www.xiayuesong.com/software/MacromediaDreamweaver.rar
Dreamweave阅读全文
0℃
0℃
这是一份搜索引擎优化(SEO)从入门到精通的PDF文件
作者: 刘志军
发布时间: 2007-11
1. 正确认识搜索引擎优化
2. 域名对SEO的影响
3. 主机对SEO的影响
4. 搜索引擎优化的核心:关键字
5. 对搜索引擎友好的网页设计
6. 搜索引擎优化的重点:链接策略
7. 搜索引擎优化作弊
8. GOOGLE搜索引擎
9. 百度搜索引擎
10. 搜索引擎优化是万能的么?
11. SEO工具介绍
12. 网站SEO具体流程
13. 搜索引擎优化盈利模式
14. 搜索引擎优化(FAQ)
15. 在线资料
16. 与刘志军一起讨论搜索引擎优化
点击下载此文件
SEO, 索引擎优化阅读全文
0℃
ASP/Visual Basic代码
t1.html
<script language="javascript" type="text/javascript">
var xmlHttp = false;
try {
xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
} catch (e2) {
xmlHttp = false;
}
}
if (!xmlHttp && typeof XMLHttpRequest != 'undefined') {
xmlHttp = new XMLHttpRequest();
}
function callServer() {
var u_name = document.getElementById("u_name").value;
if ((u_name == null) || (u_name...
AJAX, asp阅读全文




