搜索列表
-
asp读取xml文件和记数
【XML/RSS】复制代码 代码如下:if isnumeric(id)=false then exit sub strSourceFile = Server.MapPath(dataxml&"/Advertisement/"&id&"/adv.xml") Set objXML =Server.CreateObject("Microsoft.XMLDOM") '创建一个X...
asp读取xml文件和记数 -
asp读取xml文件
【ASP编程】复制代码 代码如下:strSourceFile = Server.MapPath(dataxml&"/Advertisement/"&id&"/adv.xml") Set objXML =Server.CreateObject("Microsoft.XMLDOM") '创建一个XML对像 &n...
asp读取xml文件 -
asp读取xml文件和记数
【XML/RSS】复制代码 代码如下:if isnumeric(id)=false then exit sub strSourceFile = Server.MapPath(dataxml&"/Advertisement/"&id&"/adv.xml") Set objXML =Server.CreateObject("Microsoft.XMLDOM") '创建一个X...
asp读取xml文件和记数 -
Window Media Player 播放器
【网页播放器】比较吃力的地方是drop到播放列表,查MSDN查了n久,还有Window Media Player 6.x插件的play有些奇怪,所以我的代码也有些奇怪........ 拜托各位多测测,有Bug您说话,看我做的也挺不容易的,觉得好的您也多捧捧场。 My HTML Player body { overflow:auto; font-size:12px; cursor:default; } ...
WindowMediaPlayer播放器 -
研究动网得到的一些动网参数
【ASP编程】注:仅适合于Dvbbs.7.1.0==================系统信息设置参数单==================Dvbbs.BoardID=当前版块的ID(非版块页面为0)Dvbbs.SqlQueryNum=当前页面查询数据库的次数Dvbbs.Forum_Info(0)=论坛名称Dvbbs.Forum_Info(1)=论坛的访问地址Dvbbs.Forum_Info(2)=网站主页名称Dvbbs.Forum_Info(3)=网站主...
研究动网得到的一些动网参数 -
对文件的操作--建立移动删除文件夹
【ASP编程】下面两个文件: <!--#include virtual="/intels/chunfeng/graphicdetect.asp"--> <html> <head> <TITLE>图像尺寸</TITLE> </head> <body bgcolor="#FFFFFF"> <% graphic="images/intels.gif" HW = ReadI...
|对文|文件|件的|的操|操作|作建|建立|立移|移动|动删|删除|除文|文件|件夹|夹| -
实用的标签效果
【CSS/HTML】body{font-size:12px;line-height:150%;} table{font-size:12px;line-height:150%;} a:link {color:#000; text-decoration:none} a:visited {color:#000; text-decoration:none} a:active {color:#000; text-decoration:none} a:hover {color:#ff0000; text-decoration:underline} .s01 {border:#6BA6DE 1px solid; borde...
实用的标签效果 -
凸起的按钮效果
【CSS/HTML】function movr(src) { src.onselectstart = new Function("return false"); with (src.style) { color="red" borderLeft = "1px solid buttonhighlight"; borderRight = "1px solid buttonshadow"; borderTop = "1px solid buttonhighlight"; borderBottom = "1px solid buttonshadow"; padding = "0"; cursor="hand...
凸起的按钮效果 -
jsp源码实例3(获取jsp各种参数)
【JSP编程】package coreservlets;import java.io.*;import javax.servlet.*;import javax.servlet.http.*;import java.util.*;/** Creates a table showing the current value of each* of the standard CGI variables.* <P>* Taken from Core Servlets and JavaServer Pages* from Prentice Hall and Sun M...
|js|sp|p源|源码|码实|实例|例3|3(|(获|获取|取j|js|sp|p各|各种|种参|参数|数)|)| -
jsp计数器代码
【JSP编程】<!-- JSP-Hitcounter counts sessions.Copyright (C) 2000 Jesper Schmitz Mouridsen. Visit www.webappcabaret/jsm2/webapps.jsp?find=jsphcs for more info. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License ...
|js|sp|p计|计数|数器|器代|代码|码| -
jsp源码实例2(获取表单参数)
【JSP编程】package coreservlets;import java.io.*;import javax.servlet.*;import javax.servlet.http.*;import java.util.*;/** Shows all the parameters sent to the servlet via either* GET or POST. Specially marks parameters that have* no values or multiple values.* <P>* Taken from Core S...
|js|sp|p源|源码|码实|实例|例2|2(|(获|获取|取表|表单|单参|参数|数)|)| -
jsp源码实例5(cookie)
【JSP编程】package coreservlets;import java.io.*;import javax.servlet.*;import javax.servlet.http.*;/** Sets six cookies: three that apply only to the current* session (regardless of how long that session lasts)* and three that persist for an hour (regardless of* whether the browser is restarted).* <P&...
|js|sp|p源|源码|码实|实例|例5|5(|(c|co|oo|ok|ki|ie|e)|)|