脚 本 之 家 www.jb51.net
页面导航:  不限条件-->L文
本地搜索:
既然你都知道是隔行换色了,那就隔行换色就是了。方法很多。最直接的在每一行的<tr>上直接加bgcolor="red"。用css的话就定义行二个颜色的类。在每一行交替使用这个类就是了。如:tr class="trClass1"tr class="trClass2"[html]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML> <HEAD>  <TIT...
http://www.jb51.net//article/6206.htm
很久以前的文档,整理出来,回味一下使用VB封装ASP,建立SayHello测试程序1、打开VB6,新建ActiveX DLL2、在工程引用中加入Microsoft Active Server Pages Object Library选择3、填加代码如下:’Code Start’声明部分Private MyScriptingContext As ScriptingContextPrivate MyApplication As ApplicationPrivate&nb...
http://www.jb51.net//article/6118.htm
要利用DOM来存取XML文件,你必须将XML文件连结到HTML网页上。示例代码1.test.xml<?xmlversion="1.0"encoding="gb2312"?><?xml-stylesheethref="test.xsl"type="text/xsl"?><entry><title>entrywithimages</title><date>August09,2003</date><author>Kevin</author><idnum>000033</idn...
http://www.jb51.net//article/5464.htm
要利用DOM 来存取XML 文件,你必须将XML 文件连结到HTML 网页上。#region 读写xml文件的2个小函数,2005 4 2 by hyc public void SetXmlFileValue(string xmlPath,string AppKey,string AppValue)//写xmlPath是文件路径+文件名,AppKey是 Key Name,AppValue是Value{XmlDocument&n...
http://www.jb51.net//article/5462.htm
firefox中JS读取XML文件在网上搜“firefox中JS读取XML文件”的方法,找了半天,好多都是问了没人答的。看到一堆程序员在抱怨firefox:“除了累死程序员没什么好处。”,言归正传。firefox不支持ie中的ActiveXObject对象,要得到一个XML DOM有以下2种方法:1、document.implementation.createDocument("", "", null);2、window.XMLHttpRequest 示例:1、var dom=document.implementation.createDocu...
http://www.jb51.net//article/5382.htm
<!--#includefile="top.inc"--><%u_title=request.form("u_title")'检查标题是否被输入.ifu_title=""then%><formmethod="POST"action="<%=request.servervariables("script_name")%>"> <!--当没有标题输入时显示输入框--> <p>文件标题<br> <inputtype="text"name="u_title"size="35">...
http://www.jb51.net//article/4816.htm
<%setxlApp=Server.CreateObject("Excel.Application")xlApp.Visible=false'使服务端不出现Excel窗口.setmyWorkbook=xlApp.Workbooks.Add'建立一个worksheet.setmyWorksheet=myWorkbook.Worksheets(1)myWorksheet.Range("A1").Value='精彩春风通讯录'myWorksheet.Range("A1").Font.Size=12myWorksheet.Range("A1").Font.Bold=truemyWorksheet...
http://www.jb51.net//article/4799.htm
<%@codepage="65001"%><!--#INCLUDEFILE="ADOVBS.INC"--><%Response.ContentType="text/xml"'如果不在adovbs.inc里,则设置一个常量. SetCon=Server.CreateObject("ADODB.Connection")Con.Open"Provider=sqloledb;UID=sa;DATABASE=Pubs"'建立数据库连接,如到SQL. SetRS=Server.CreateObject("ADODB.Recordset")'建立并打开Rec...
http://www.jb51.net//article/4797.htm
fileup.htm    <html>  <head><title>千花飞舞之上传单个文件</title></head><body>   <formenctype="multipart/form-data"method="post"action="fileup.asp">    输入想要上传的文件:<inputtype="file"name="f1"><inputtype="submit"value="开始上传">&...
http://www.jb51.net//article/4729.htm
<selectname="XlSheet"><%vOptions="<option></option>"DoWhileNotoSchemaRs.EOF IfoSchemaRs("TABLE_TYPE")="SYSTEMTABLE"Then   vOptions=vOptions&"<option>"&_      Server.htmlEncode(oSchemaRs("TABLE_NAME"))&_ &nb...
http://www.jb51.net//article/4687.htm
[code]if isnumeric(id)=false then exit sub strSourceFile = Server.MapPath(dataxml&"/Advertisement/"&id&"/adv.xml") Set objXML =Server.CreateObject("Microsoft.XMLDOM")  ’创建一个XML对像  objXML.load(strSourceFile)  ...
http://www.jb51.net//article/4354.htm
共有:50/10,当前3/5页  [首页] [上一页] 1 2 3 4 5 [下一页]  [尾页] 转到: