Time of Update: 2017-08-24
本文章提供了三種圖片按比例自動縮小代碼,一款是利用css教程強制圖片按比例縮小,後兩款是利用網頁特效對圖片按比例進行縮小代碼 <html xmlns="HTTP://www.jzread.com/1999/xhtml" > <head> <meta HTTP-equiv="content-type" content=&quo...
Time of Update: 2017-08-24
var temp_iframe var content = document.getelementbyid('right'); id為 right的dom容器中,進行創建iframe和寬高自我調整 var c = 0; function append(filename) { var the_iframe = "helpfile" + c; temp_ifra...
Time of Update: 2017-08-24
<script type="text/網頁特效" language="網頁特效"> var _sn = ["df/common", "df/home2010"]; var _su = "HTTP://www.jzread.com/skin/"; var swidth = sc...
Time of Update: 2017-08-24
網頁特效 驗證字串是否為數字函數 很多時間我們需要驗證使用者輸入的資訊是否為純數位,現在我們就定義了letters為0-9的數位,這樣對使用者輸入的資料進行對比,如果是就ok。 */ function checkifnumber(str) { var letters = "1234567890"; &...
Time of Update: 2017-08-24
網頁特效檢測使用者名中是否含有中文漢字 這款驗證代碼比較適合於使用者註冊時的驗證,它可以驗證使用者輸入的註冊使用者名是否有我們不想出現的字串或漢字,如下面我定義了letters為字母與數位及_線, 這樣就可以驗證使用者提交的資料庫教程不含中文漢字了。 */ function checkifenglish(string) { var letters = "...
Time of Update: 2017-08-24
<script> ip= "555.255.284.255 " re=/^(([3-9]d?| [01]d{0,2}|2d?| 2[0-4]d|25[0-5]).) {3} ([3-9]d?| [01]d{0,2}|2d?| 2[0-4]d|25[0-5])/ alert(re.test(ip)) </script> <script> var...
Time of Update: 2017-08-24
這裡要提供二款 網頁特效 過濾特殊字元代碼哦,這樣可以過濾一些不合法的資料,對資料庫教程安全起到一定的作用哦。 asp教程:textbox id="txtfoldernameeng" css教程class="frmtxt" runat="server" maxlength="200" onkeypress=&qu...
Time of Update: 2017-08-24
網頁特效 驗證電子郵件地址 url位址的正則正則運算式 * * @parameter string str 字串 * @return boolean */ function checkmail(str){ return str.match(/^(w+.) *w+@(w+.) +[a-za-z]+$/); &n...
Time of Update: 2017-08-24
網頁特效 驗證使用者名(大小寫英文字母、漢字、數位、底線) * 驗證使用者名 * (大小寫英文字母、漢字、數位、底線組成的長度3-12個位元組) * * @parameter string str 字串 * @return boolean */ function checkusername(str...
Time of Update: 2017-08-24
網頁特效 延時載入與動態載入js代碼 <div id="adloading">載入中請稍後....</div> <div id="ggad1" style="display:none"> 內容載入成功,請慢慢看吧. </div> <script langu...
Time of Update: 2017-08-24
網頁特效載入xml檔多種方法(相容ff,ie6+,opera) 下面我們為提供了三種js載入xml文檔的做法,每種載入 xml檔的方法都不同,但原理都一樣,最好的是最第三款了,實例相容多瀏覽器了,第二款具現化了, 複製下去可直接使用 //方法一 var xmldoc; try{//ie //創建空的微軟 xml 文檔物件 xmldoc=new act...
Time of Update: 2017-08-24
本文章提供的頁面刷新代碼,包括了刷新指定頁面,定時刷新頁面,刷新框架頁面 ,刷新子頁面的方法等幾種方法哦 <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "HTTP://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"&...
Time of Update: 2017-08-24
為你提供三代碼強制換行代碼哦,一款是css教程強行換行,二款是網頁特效強行換行 function tobreakword(intlen, id){ var obj=document.getelementbyid(id); var strcontent=obj.innerhtml; var strtemp=""; while(strcontent.length>...
Time of Update: 2017-08-24
網頁特效身份證號碼_身份證號碼js驗證 <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "HTTP://www.w3.org/tr/xhtml1/dtd /xhtml1-transitional.dtd"> <html xmlns="HTTP://w...
Time of Update: 2017-08-24
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "HTTP://www.w3.org/tr/xhtml1/dtd/ xhtml1-transitional.dtd"> <html xmlns="HTTP://www.w3.org/1999/xhtml...
Time of Update: 2017-08-24
js延時自動跳轉到指定頁面的跳轉代碼 <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "HTTP://www.w3.org/tr/xhtml1/dtd/ xhtml1-transitional.dtd"> <html xmlns="HTTP://jz...
Time of Update: 2017-08-24
javascript教程複製指定內容保存到剪切板代碼 html代碼 <input type="text" id="testinput" name="testinput" value="4234324234" /> < div id="buttonbox"> <b...
Time of Update: 2017-08-24
javascript教程廣告延遲載入代碼或頁面內容載入完後載入js調用內容 <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "HTTP:// www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xm...
Time of Update: 2017-08-24
javascript選擇當前頁面所有checkbox 核取方塊代碼 <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "HTTP://www.w3.org/ tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns=&...
Time of Update: 2017-08-24
javascript選擇指定checkbox,select,radio值代碼 function selectcheckbox(name,value) { var checkobject = document.getelementsbyname(name); var valuevalues = value.split(","); for(...