深山工作室

深山工作室 > 技术文章

asp远程调用XML

<%Function bytes2BSTR(arrBytes)strReturn = ""arrBytes = CStr(arrBytes)For i = 1 To LenB(arrBytes)ThisCharCode = AscB(MidB(arrBytes, i, 1))If ThisCharCode <...阅读全文

QQ强聊

以下为详细代码 <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>QQ强聊提示信息框</title> <s...阅读全文

css改变页面中的文字颜色与字体粗体

以下为详细代码 css改变页面中的文字颜色与字体粗体 <DIV id=newsContent style="height:150px;"> 4、风格选择的实现:写在页面的body中CODE</DIV> <SELECT name="se...阅读全文

ASP FSO的一些方法与拥有的属性

Set fso = Server.createObject("Scripting.FileSystemObject") 定义FSO对象 fso.createFolder(Server.MapPath(folder)) 得到路径 Set fout = fso.createTextFile(Server.MapPath(f...阅读全文

CSS分页符代码01

以下为详细代码 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE>CSS分页符代码01</TITLE> <MET...阅读全文

放大的分页代码

以下为详细代码 <!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.or...阅读全文

仿mop分页代码

以下图片,是样式中要用到的图片,图片放大了 以下为详细代码 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&g...阅读全文

24款实用的翻页页码css代码

以下为详细代码 <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http...阅读全文

ASP实现不打开直接下载txt,jpg...类文件

ASP实现不打开直接下载txt,jpg...类文件 代码: <%Const ForReading=1Const TristateTrue=-1 Const FILE_TRANSFER_SIZE=16384 Response.Buffer = TrueFunction TransferFile(path, mi...阅读全文

利div+css做的柱状图,代码超级简洁

    以下为详细代码 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> &...阅读全文

页次:60/95页 共950