26uuu国产日韩综合_少妇精品久久久_亚洲v中文字幕_综合国产视频_www亚洲天堂_日韩国产欧美在线视频_黄色网页在线免费看_国产精品麻豆欧美日韩ww_国产成人免费9x9x人网站视频_国产精品色哟哟网站

作家
登錄
  • iis6+javascript Add an Extension File

    Description Adds the BITS_Update.dll extension file. 復(fù)制代碼 代碼如下:strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\" _ ...

    作者:asdasdasd03-30
  • List the Stored Procedures in a SQL Server database

    List the Stored Procedures in a SQL Server database. Supported Platforms SQL Server 2000 Yes Script Code strDBServerName = "." strDBName = "Northwind" Set objSQLServer = CreateObj...

    作者:asdasdasd03-30
  • Add a Table to a Word Document

    Demonstration script that retrieves service information from a computer and then displays that information in tabular format in Microsoft Word.復(fù)制代碼 代碼如下:Set objWord = Creat...

    作者:asdasdasd03-30
  • firefox中用javascript實(shí)現(xiàn)鼠標(biāo)位置的定位

    /** * 取得鼠標(biāo)坐標(biāo) * @return Position */ function getMouseLocation(){ if(ns4||ns6){ mouseX = e.pageX; mouseY = e.pageY; } else{ mouseX = event.x + document.body.scrollLef...

    作者:asdasdasd03-30
  • 腳本安需導(dǎo)入(裝載)的三種模式的對比

    何謂安需裝載? 腳本程序一般都是下載后執(zhí)行,當(dāng)腳本庫非常龐大時(shí),一次性下載起來非常費(fèi)時(shí),傳統(tǒng)的解決方式是,按功能模塊把腳本寫在不同的文件中,頁面上手動(dòng)加入 script標(biāo)簽裝載指定內(nèi)容...

    作者:asdasdasd03-30
  • jscript之Open an Excel Spreadsheet

    Description Demonstration script that opens an existing Excel spreadsheet named C:ScriptsNew_users.xls. 復(fù)制代碼 代碼如下:Set objExcel = CreateObject("Excel.Application") Set ob...

    作者:asdasdasd03-30
  • 比較不錯(cuò)的一款圖片廣告效果






    SCA Ad Image Process
















    [Ctrl+A 全選 注:如需引入外部Js需刷新才能執(zhí)行]...

    作者:asdasdasd03-30
  • Add Formatted Text to a Word Document

    Demonstration script that displays formatted data in a Microsoft Word document. 復(fù)制代碼 代碼如下:Set objWord = CreateObject("Word.Application") objWord.Visible = True Set objDoc =...

    作者:asdasdasd03-30
  • jscript之Read an Excel Spreadsheet

    Description Demonstration script that reads the values stored in a spreadsheet named C:ScriptsNew_users.xls. Script Code復(fù)制代碼 代碼如下:Set objExcel = CreateObject("Excel.Appl...

    作者:asdasdasd03-30
  • 用JS實(shí)現(xiàn)HTML標(biāo)簽替換效果

    有個(gè)靜態(tài)頁面 <span id=ab>abcde</span><span id=ab>abcde</span><span id=ab>abcde</span><span id=ab>abcde</span> 能否通過js實(shí)現(xiàn),IE瀏覽時(shí)的代碼被替換為 <img src="img/1.gif"/><img src=...

    作者:asdasdasd03-30
  • Display SQL Server Login Mode

    Display SQL Server Login Mode. Supported Platforms SQL Server 2000 Yes Script Code SQLDMOSecurity_Integrated = 1 SQLDMOSecurity_Mixed = 2 SQLDMOSecurity_Normal = ...

    作者:asdasdasd03-30
  • div+css實(shí)現(xiàn)鼠標(biāo)放上去,背景跟圖片都會(huì)變化。




    New Document





    ul{
    list-style:none;
    }
    a{
    padding-left:1.5em;font-size:12px;height:23px;line-height:23px;color:gray;tex...

    作者:asdasdasd03-30
  • 用jscript實(shí)現(xiàn)新建word文檔

    Demonstration script that creates and displays a new Microsoft Word document.復(fù)制代碼 代碼如下:Set objWord = CreateObject("Word.Application") objWord.Visible = True Set objDoc = ob...

    作者:asdasdasd03-30
  • 用js實(shí)現(xiàn)控制內(nèi)容的向上向下滾動(dòng)效果

    <SCRIPT language=JavaScript1.2> iens6=document.all||document.getElementById ns4=document.layers //specify speed of scroll (greater=faster) var speed=10 if (iens6){ document.write('...

    作者:asdasdasd03-30
  • jscript之List Excel Color Values

    Description Demonstration script that displays the various colors -- and their related color index -- available when programmatically controlling Microsoft Excel. Script Code 復(fù)制...

    作者:asdasdasd03-30
  • Locate a File Using a File Open Dialog Box

    Demonstration script that displays a File Open dialog box (open to the folder C:Scripts), and then echoes back the name of the selected file. Supported Platforms Windows Server 2...

    作者:asdasdasd03-30
  • 用jscript實(shí)現(xiàn)新建和保存一個(gè)word文檔

    Demonstration script that retrieves network adapter data from a computer, displays that data in a Microsoft Word document, and then saves the document as C:ScriptsWordTestdoc.do...

    作者:asdasdasd03-30
  • Display SQL Server Version Information

    Display SQL Server Version Information Description Display SQL Server Version Information. Supported Platforms SQL Server 2000 Yes Script Code strDBServerName = "." Set objSQLServ...

    作者:asdasdasd03-30
  • 非常不錯(cuò)的一個(gè)JS分頁效果代碼,值得研究

    本來想用網(wǎng)上找來的分頁程序,不過都得做修改,感覺麻煩了,還是自己寫一個(gè)好了,以后自己用的時(shí)候修改就方便了~~大家都多動(dòng)手,自己寫的才是最好的,日后想干什么的,做修改也是很容易的~~順便也擴(kuò)充一...

    作者:asdasdasd03-30
  • 用javascript實(shí)現(xiàn)的漢字簡繁轉(zhuǎn)換



    漢字簡繁轉(zhuǎn)換_把你需要轉(zhuǎn)換的內(nèi)容粘貼在下面的輸入框,然后點(diǎn)擊按鈕即可
















    漢字簡繁轉(zhuǎn)換



    把你需要轉(zhuǎn)換的內(nèi)容粘貼在下面的輸...

    作者:asdasdasd03-30
  • Save a File Using a File Save Dialog Box

    Demonstration script that allows you to enter a file name in a File Save dialog box, and then saves a sample text file (consisting entirely of the current date) under that file nam...

    作者:asdasdasd03-30
  • Open and Print a Word Document

    Demonstration script that opens and prints and existing Microsoft Word document. 復(fù)制代碼 代碼如下:Set objWord = CreateObject("Word.Application") Set objDoc = objWord.Documents.Ope...

    作者:asdasdasd03-30
  • List all the Databases on a SQL Server

    List all the Databases on a SQL Server. Supported Platforms SQL Server 2000 Yes Script Code strDBServerName = "." Set objSQLServer = CreateObject("SQLDMO.SQLServer") objSQLServer....

    作者:asdasdasd03-30
  • 又一個(gè)漂亮的導(dǎo)航欄的下拉菜單

    網(wǎng)上收集整合出來的,算是剽竊吧,IE6下用過,其他的沒試。


    SHARE


    BODY {
    MARGIN: 0px;
    }
    A.notes {
    FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none
    }
    .MS_l...

    作者:asdasdasd03-30
  • javascript實(shí)現(xiàn)的文字加密解密

    文字加密解密



    文字加密解密:將你的文字拷貝入下面的輸入框,即可完成文字的加密解密













    文字加密解密



    將你的文字拷貝入下面的輸...

    作者:asdasdasd03-30