HTML5先行者高级交流群

欢迎加入学习讨论
专注前端,专注网页设计制作及网站开发项目 - (低价承接网站开发项目) QQ:370158739加入收藏RSS
-
2013-12-23 09:44:11
如何使用context()方法将数据置入表格(XML)_ASP教程_编程技术
- 作者:Belltree<singers> <singer>Celine Dion</singer> <singer>Britney Spears</singer> <singer>Enya</singe> <singer>Christina Aguilera</singer> <singer>Backstr
-
2013-12-23 09:44:10
仅用xsl和asp实现分页功能_ASP教程_编程技术
- 注意事项:※本文代码可能有一些多余部分未去掉,请在阅读时忽略。 一些外部include进来的文件这里就不贴上来了。※小乙写xsl也不久,很多语句都不会使用,有些地方写得比较罗嗦, 如果
-
2013-12-23 09:44:10
在网页中实现OICQ里的头像选择的下拉框_ASP教程_编程技术
- <html><head><title>模拟OICQ下拉头像</title><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><script>//writed by 钟钟 2001/2/27var bV=parseInt(nav
-
2013-12-23 09:44:08
不用组件实现上载功能(2)_ASP教程_编程技术
- '---- file name /handld_upload.asp<% Option Explicit %><%Response.Expires=0Response.Buffer = TRUEResponse.ClearConst IMAGE_SIZE = "width=""200"" height=""150""&
-
2013-12-23 09:44:08
不用组件实现上载功能(1)_ASP教程_编程技术
- ---- file name /upaoad.asp/<%Public Function BuildUploadRequest(strRequestBin) Dim PosBeg, PosEnd, boundary, boundaryPos 'Get the boundary PosBeg = 1 Po
-
2013-12-23 09:44:04
关于ASP中堆栈溢出错误的解决_ASP教程_编程技术
- 在执行ASP程序中出现"堆栈溢出"等类似字的错误。症状可能发生出处: 提交表单处,数组内存分配及变量内存分配等错误产生原因: Win2K中的默认堆栈只有64K,如果ASP程序对堆栈的使用超
-
2013-12-23 09:44:02
ASP.NET中处理datetime的一些通用函数_ASP教程_编程技术
- 'Uses the Timespan method to subtract a certain number of daysFunction Date1() Dim NewTime as DateTime NewTime = DateTime.Now.Subtract( New TimeSpan(7, 0, 0
-
2013-12-23 09:44:02
ASP出错集成处理_ASP教程_编程技术
- 有的网友总是把出错页面一个一个做好后,在其它的ASP页面中调用出错的页面。比方在一个登陆页面中一般会有两个出错信息,一个是最常见的密码出错,还有一个是用户名未注册。一般的网
-
2013-12-23 09:44:01
怎样用HtmlEncode显示Unicode?_ASP教程_编程技术
- <%@ Language=VBScript %><HTML><HEAD><TITLE>UNICODE Encoding</TITLE></HEAD><BODY><%Dim strUdim strNormalstrU= ChrW(7913)strNormalANSI= "aiN"%><font face="
-
2013-12-23 09:44:01
ASP使用MYSQL数据库全攻略_ASP教程_编程技术
- MYSQL数据库以它短小、方便、速度快、免费等优点成为很多网站目前首选数据库,但一般都是用PHP+MYSQL相结合来开发各种动态页面,其实ASP也可以使用MYSQL数据库开发动态页面,小弟我也
-
2013-12-23 09:43:59
拦截表单的另外一种写法_ASP教程_编程技术
- <script language="vbs">sub send_onclick dim f set f=document.ffphoto=trim(f.photo.value) if photo="" then msgbox "没有照片,怎么传! ",64
-
2013-12-23 09:43:58
ASP中巧用存储过程_ASP教程_编程技术
- 在许多网页上,用户都可以通过简单地选择列表中的一项来输入一个国家或州的名字,在大多数情况下,我们通常使用ASP来生成这个列表,创建生成这个列表的函数并把它们保存在一个Include文
-
2013-12-23 09:43:58
如何将代码生成的文件设为只读_ASP教程_编程技术
- Attributes PropertySets or returns the attributes of files or folders. Read/write or read-only, depending on the attribute.object.Attributes [= newattributes] Argum
-
2013-12-23 09:43:56
生成类似Windows资源管理器_ASP教程_编程技术
- 附录:数据结构及测试数据数据库说明ID:节点IDNodeName:节点名称 BrotherNode:兄弟节点,当前节点的下一个兄弟节点的IDSonNode:子节点,当前节点的第一个子节点的ID测试数据ID
-
2013-12-23 09:43:56
使用ASPMail组件发送数字卡片_ASP教程_编程技术
- Sending Digital PostCards with ASP and the free component ASPEmail from Persits software. By Joao Vieira What is a Digital Postcard?A digital postcard is a image a
-
2013-12-23 09:43:54
方便购买的电子商务站点设计技巧_ASP教程_编程技术
- Nadja Vol Ochs1998年2月15日设计电子商务站点应该记住的最重要的事情是使你的顾客购买方便。当我写这篇文章时我正在设计一个电子商务站点,我所学到的一些技巧,可以帮助你在电子
-
2013-12-23 09:43:54
使用ActiveX控件开发网页常见的问题_ASP教程_编程技术
- 1. 什么是ActiveX 控件?Microsoft® ActiveX™ 控件是由软件提供商开发的可重用的软件组件。使用 ActiveX控件,可以很快地在网址、台式应用程序、以及开发工具中加入特殊
-
2013-12-23 09:43:52
用ASP读取Windows标准INI格式文件_ASP教程_编程技术
- Have you needed to get information dynamically from Standard Formatted Windows INI files? Here's a set of tools to help you with just that. In this tutorial, we are
-
2013-12-23 09:43:52
怎样使用ASP实现Ping_ASP教程_编程技术
- This article presents a simple way to ping an address and get the results of the ping using ASP. The idea was supplied by Bart Silverstein. First, a .BAT file needs
-
2013-12-23 09:43:51
友情连接浏览器_ASP教程_编程技术
- 1、拷贝下面的代码到你的html文件的<head>和</head>之间 <SCRIPT language=JavaScript> <!-- function go_to_station(){ if (document.stationform.stationselect.options[0]
-
2013-12-23 09:43:51
关于打印页面的一些经验_ASP教程_编程技术
- 大家经常遇到再ie中打印表格时需要隐藏一些不需要打印的对象,比如说按钮,输入框,或者希望莫个表格显示的时候表格线是由颜色的,而打印的时候只需要有粗细之分,其实在css中可以设定在
-
2013-12-23 09:43:49
数据排序及如何动态排序_ASP教程_编程技术
- 数据排序及如何动态排序//Belltree//http://www.lurer.net///初学XML,错误之处多多,各路高手多多指正在<xsl:for-each select="//item" order-by="text()">及<xsl:apply-templat
-
2013-12-23 09:43:49
连接各种数据库的代码的总结_ASP教程_编程技术
- /*豆腐制作 都是精品豆腐技术站 http://www.asp888.net如转载 请保留完整版权信息*/终于有时间在今天发表文章了,由于今年春节豆腐去了 海南旅游,海南迷人的风光让豆腐几乎不想再