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

作家
登錄
  • Javascript & DHTML 實例編程(教程)(四)初級實例篇2—動畫

    上篇說了動態(tài)創(chuàng)建結(jié)點和刪除結(jié)點的例子,這一篇說一些如何用setInterval和setTimeout做簡單的動畫。 語法皆是window.setTimeout(fn, delay), window.setInterval(fn, delay) fn可以是一個函數(shù)名...

    作者:asdasdasd03-30
  • 站長必須要知道的javascript廣告代碼 原創(chuàng)

    參考了sina的代碼,想出來的一個代碼,請大家使用,不要傳播,轉(zhuǎn)載請注明:來自腳本之家<!-- //時間計算 var showit=false; var today=new Date(); var urlpath; function testdate() { urlpath='htt...

    作者:asdasdasd03-30
  • javascript Zifa FormValid 0.1表單驗證 代碼打包下載

    簡介:完全通過html不需要寫js程序就可以實現(xiàn)表單驗證功能,可支持一個表單元件多條件驗證 和服務(wù)端程序無關(guān)系,完全客戶端方式。 使用方法:在要驗證的表單中加上 onsubmit="return validato...

    作者:asdasdasd03-30
  • Apply an AutoFormat to an Excel Spreadsheet

    Script Code 復(fù)制代碼 代碼如下:Const xpRangeAutoFormatList2 = 11 Set objExcel = CreateObject("Excel.Application") objExcel.Visible = True Set objWorkbook = objExcel.Workbooks.Add...

    作者:asdasdasd03-30
  • use jscript List Installed Software

    Description Returns a list of software that was installed on a computer using Windows Installer. This information is then written to a text file. Script Code 復(fù)制代碼 代碼如下:var...

    作者:asdasdasd03-30
  • javascript實現(xiàn)的一個圖片轉(zhuǎn)移效果

    應(yīng)網(wǎng)友要求修改一個圖片轉(zhuǎn)移效果 一個比較漂亮的效果,只是在增加圖片效果時有些麻煩。今天應(yīng)網(wǎng)友的要求,對 JS 進行了更改。使大家在對圖片添加刪除更加容易。在這里主要對以下幾點詳細說明一下...

    作者:asdasdasd03-30
  • 實現(xiàn)javascript的延期執(zhí)行或者重復(fù)執(zhí)行的兩個函數(shù)

    以下內(nèi)容摘錄自《征服AJAX Web2.0開發(fā)技術(shù)詳解》,今天在圖書管看書覺得講的挺好的,特此摘錄!小部分內(nèi)容和代碼做了改動! window對象提供了兩個方法來實現(xiàn)定時器的效果,分別是window.setTimeo...

    作者:asdasdasd03-30
  • List Installed Software Features

    Description Returns a list of features for all the software installed on a computer using Windows Installer. Script Code 復(fù)制代碼 代碼如下:var wbemFlagReturnImmediately = 0x10; v...

    作者:asdasdasd03-30
  • JavaScript語法著色引擎(demo及打包文件下載)

    應(yīng) 得意小蛇 的建議,我整理了一下去年寫的JavaScript語法著色引擎,并提供下載,喜歡的盡管拿去,嘿嘿 總的來說是很簡單的東西,只是提供了關(guān)鍵字的著色以及一些基本的語法(例如注釋,字符串,...

    作者:asdasdasd03-30
  • 去除圖像或鏈接黑眼圈的兩種方法總結(jié)

    一、用htc實現(xiàn)。 eye.htc <public:attach event="onfocus" onevent="example()" /><script language="javascript">function example(){this.blur();}</script> <style> a {behavior:url(eye.htc...

    作者:asdasdasd03-30
  • Convert Seconds To Hours

    Converts time in seconds to hours, minutes, and seconds復(fù)制代碼 代碼如下:intTotalSecs = 15438 intHours = intTotalSecs 3600 intMinutes = (intTotalSecs Mod 3600) 60 intSeconds = ...

    作者:asdasdasd03-30
  • 一個漂亮的下拉列表,去掉了灰色倒三角按鈕

    很漂亮,比較適合女性一類比較溫馨的網(wǎng)站

    漂亮的下拉框








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

    作者:asdasdasd03-30
  • 類之Prototype.js學(xué)習(xí)

    Prototype.js作為javascript的成功的開源框架,封裝了很多好用的功能,雖然官方?jīng)]提供什么文檔,不過在google上一搜,好多相關(guān)的文檔,不過在學(xué)習(xí)使用的過程中還是碰到了一些問題,希望熟悉的朋...

    作者:asdasdasd03-30
  • jQuery基礎(chǔ)學(xué)習(xí)技巧總結(jié)第1/4頁

    一、簡介 1.1、概述 隨著WEB2.0及ajax思想在互聯(lián)網(wǎng)上的快速發(fā)展傳播,陸續(xù)出現(xiàn)了一些優(yōu)秀的Js框架,其中比較著名的有Prototype、YUI、jQuery、mootools、Bindows以及國內(nèi)的JSVM框架等...

    作者:asdasdasd03-30
  • List the UTC Time on a Computer

    Description Reports the Universal Time Coordinate (UTC) time on a computer. Script Code 復(fù)制代碼 代碼如下:var wbemFlagReturnImmediately = 0x10; var wbemFlagForwardOnly = 0x20; ...

    作者:asdasdasd03-30
  • use jscript Create a SQL Server database

    Create a SQL Server database.復(fù)制代碼 代碼如下:DB_SIZE_IN_MEGABYTES = 5 strDBServerName = "." Set objSQLServer = CreateObject("SQLDMO.SQLServer") objSQLServer.LoginSecure = True ob...

    作者:asdasdasd03-30
  • 推薦一個不錯的圖片瀏覽效果

    受那位WPSXXX的 IMG大于DIV 的啟發(fā) 寫的 有不足之處 如果有什么好的修改或建議 希望能給我一份copy 謝謝 sjx.saxon@gmail.com



    Map Image

    * {margin:0px auto;padding:0px;text-align...

    作者:asdasdasd03-30
  • 一款JavaScript壓縮工具:X2JSCompactor

    去年寫的一個JavaScript壓縮工具,用于x2blog.cn的js壓縮。不過一直沒有對外發(fā)布,現(xiàn)在拿來充個文章數(shù)吧,老不更新Blog可不好,呵呵 概述: X2JavascriptCompactor可以將多個Javascript腳本文件...

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

    Demonstration script that retrieves service data from a computer and then displays that data in a formatted table in Microsoft Word. 復(fù)制代碼 代碼如下:Set objWord = CreateObject("...

    作者:asdasdasd03-30
  • Sample script that deletes a SQL Server database

    Sample script that deletes a SQL Server database. Supported Platforms SQL Server 2000 Yes Script Code 復(fù)制代碼 代碼如下:strDBServerName = "." strDBToDelete = "ScriptingGuys...

    作者:asdasdasd03-30
  • List Installed Hot Fixes

    Returns a list of all the hot fixes installed on a computer. Script Code 復(fù)制代碼 代碼如下:var wbemFlagReturnImmediately = 0x10; var wbemFlagForwardOnly = 0x20; var objWMISer...

    作者:asdasdasd03-30
  • 用jscript實現(xiàn)列出安裝的軟件列表

    Returns a list of software that was installed on a computer using Windows Installer. This information is then written to a text file. This script requires both Windows PowerShell a...

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

    Demonstration script that adds a picture (C:ScriptsLogo.jog) to a Microsoft Word document復(fù)制代碼 代碼如下:Set objWord = CreateObject("Word.Application") objWord.Visible = True S...

    作者:asdasdasd03-30
  • 感覺很流暢的js實現(xiàn)的鍵盤控制(帶慣性)

    感覺很流暢的鍵盤控制(帶慣性)


    ask


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

    作者:asdasdasd03-30
  • Sample script that displays all of the users in a given SQL Server DB

    Sample script that displays all of the users in a given SQL Server DB. Supported Platforms SQL Server 2000 Yes Script Code 復(fù)制代碼 代碼如下:strDBServerName = "." strDBName = "Sc...

    作者:asdasdasd03-30