锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲国产精品一区二区久,久久久久亚洲精品美女,国产亚洲精品久久久久秋霞http://www.tkk7.com/onlyfish/onlyfishzh-cnTue, 13 May 2025 19:32:57 GMTTue, 13 May 2025 19:32:57 GMT60璁$畻涓や釜鏃ユ湡涔嬮棿鐨勫伐浣滄棩鍜岄潪宸ヤ綔鏃?杞嚜嫻洣) http://www.tkk7.com/onlyfish/archive/2008/07/02/212048.htmlonlyfishonlyfishWed, 02 Jul 2008 01:38:00 GMThttp://www.tkk7.com/onlyfish/archive/2008/07/02/212048.htmlhttp://www.tkk7.com/onlyfish/comments/212048.htmlhttp://www.tkk7.com/onlyfish/archive/2008/07/02/212048.html#Feedback0http://www.tkk7.com/onlyfish/comments/commentRss/212048.htmlhttp://www.tkk7.com/onlyfish/services/trackbacks/212048.html  1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2 <HTML>
  3 <HEAD>
  4   <TITLE> 浣滆咃細椋庝腑鍙?nbsp;</TITLE>
  5   <META NAME="Generator" CONTENT="EditPlus">
  6   <META NAME="Author" CONTENT="">
  7   <META NAME="Keywords" CONTENT="">
  8   <META NAME="Description" CONTENT="">
  9 
 10 <SCRIPT LANGUAGE="JavaScript">
 11   //灝唖tring杞崲涓篋ate
 12   //str蹇呴』婊¤凍濡備笅鏍煎紡: 2008-04-29
 13   function convertString2Date(str)
 14   {
 15    //鐢ㄦ埛split鍒嗛殧鍑烘暟緇?灝嗗寘鍚?涓厓绱?騫?鏈?鏃?/span>
 16    var splitArray = str.split("-");
 17    
 18    // 鐢ㄥ勾,鏈?鏃ユ瀯閫犳棩鏈熷璞?/span>
 19    // splitArray[0]-> year, splitArray[1]-> month, splitArray[2]->day
 20    // 榪欐椂瑕佹敞鎰忔湀浠芥槸浠?寮濮嬬殑
 21    var date = new Date(splitArray[0], splitArray[1- 1, splitArray[2]);
 22   
 23    return date;
 24   }
 25 
 26   // 寰楀埌date1鍜宒ate2涔嬮棿鐨勯棿闅?/span>
 27   // date2瑕佹瘮date1澶?/span>
 28   // date瑕佹弧瓚沖涓嬫牸寮? 2008-04-29
 29   //鍙傛暟date1鍜宒ate2綾誨瀷搴旇鏄疭tring鎴朌ate
 30   // 紜繚涓ょ綾誨瀷娌℃湁闂
 31   function getIntervalBetweenTwoDates(date1, date2)
 32   {
 33    var realDate1 = date1;
 34    var realDate2 = date2;
 35    
 36    // 濡傛灉date1鏄疍ate綾誨瀷灝變笉鐢ㄨ漿鎹?/span>
 37    if(!(date1 instanceof Date))
 38    {
 39     realDate1 = convertString2Date(date1);
 40    }
 41    // 濡傛灉date2鏄疍ate綾誨瀷灝變笉鐢ㄨ漿鎹?/span>
 42    if(!(date2 instanceof Date))
 43    {
 44     realDate2 = convertString2Date(date2);
 45    }
 46    
 47    //寰楀埌緇濆鍊?(realDate2.getTime() - realDate1.getTime())榪斿洖鐨勬槸姣鎵浠ヨ鍏堥櫎1000
 48    var interval = Math.abs((realDate2.getTime() - realDate1.getTime()))/(1000 * 60 * 60 * 24);
 49    
 50    return interval;
 51   }
 52 
 53   function listAllDatesBetweenTwoDates()
 54   {
 55    var date1 = document.getElementById("start").value;
 56    var date2 = document.getElementById("end").value;
 57    var target = document.getElementById("result");
 58    var interval = getIntervalBetweenTwoDates(date1,date2);
 59    // 杞崲string涓篋ate
 60    date1 = convertString2Date(date1);   
 61    var year = date1.getFullYear();
 62    var month = date1.getMonth();
 63    var date = date1.getDate();
 64    --date;
 65    
 66    for(var i = 0 ; i <= interval ; ++i)
 67    {
 68     ++date;
 69     
 70     var theDate = new Date(year, month, date);
 71     var tempYear = theDate.getFullYear();
 72     var tempMonth = theDate.getMonth() + 1;
 73     var tempDate = theDate.getDate();
 74     var day = theDate.getDay();
 75     var working = null;
 76     if(0 == day || 6 == day) // non-working day
 77     {
 78      working = "non-working day";
 79     }
 80     else
 81     {
 82      working = "working day";
 83     }
 84     var theResult = tempYear + "-" + tempMonth + "-" + tempDate + " is " + working;
 85     var div = document.createElement("div");
 86     
 87     div.innerHTML = theResult;
 88     target.appendChild(div); 
 89     
 90    }
 91   }
 92 
 93 </SCRIPT>
 94 </HEAD>
 95 <BODY>
 96   
 97 start date:<input type="text" length="20" id="start"><br>
 98 end date:<input type="text" length="20" id="end"><br>
 99 <input type="button" onclick="listAllDatesBetweenTwoDates()" value="result">
100 <div id="result"></div>
101 </BODY>
102 </HTML>
103 

onlyfish 2008-07-02 09:38 鍙戣〃璇勮
]]>
javaScript甯哥敤鎶宸х畫錛堜簩錛?/title><link>http://www.tkk7.com/onlyfish/archive/2008/06/25/210526.html</link><dc:creator>onlyfish</dc:creator><author>onlyfish</author><pubDate>Wed, 25 Jun 2008 05:29:00 GMT</pubDate><guid>http://www.tkk7.com/onlyfish/archive/2008/06/25/210526.html</guid><wfw:comment>http://www.tkk7.com/onlyfish/comments/210526.html</wfw:comment><comments>http://www.tkk7.com/onlyfish/archive/2008/06/25/210526.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.tkk7.com/onlyfish/comments/commentRss/210526.html</wfw:commentRss><trackback:ping>http://www.tkk7.com/onlyfish/services/trackbacks/210526.html</trackback:ping><description><![CDATA[<div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br /> <br /> Code highlighting produced by Actipro CodeHighlighter (freeware)<br /> http://www.CodeHighlighter.com/<br /> <br /> --><span style="color: rgb(0, 0, 0);">26</span><span style="color: rgb(0, 0, 0);">.濡備綍璁懼畾鎵撳紑欏甸潰鐨勫ぇ灝?br /> </span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">body onload</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">top.resizeTo(300,200);</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);"><br /> 鎵撳紑欏甸潰鐨勪綅緗?/span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">body onload</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">top.moveBy(300,200);</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);"><br /> <br /> <br /> </span><span style="color: rgb(0, 0, 0);">27</span><span style="color: rgb(0, 0, 0);">.鍦ㄩ〉闈腑濡備綍鍔犲叆涓嶆槸婊¢摵鐨勮儗鏅浘鐗?鎷夊姩欏甸潰鏃惰儗鏅浘涓嶅姩<br /> </span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">STYLE</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);"><br /> body<br /> {background</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">image:url(</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">logo.gif); background</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">repeat:no</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">repeat;<br /> background</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">position:center;background</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">attachment: fixed}<br /> </span><span style="color: rgb(0, 0, 0);"></</span><span style="color: rgb(0, 0, 0);">STYLE</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);"><br /> <br /> <br /> </span><span style="color: rgb(0, 0, 0);">28</span><span style="color: rgb(0, 0, 0);">. 媯鏌ヤ竴孌靛瓧絎︿覆鏄惁鍏ㄧ敱鏁板瓧緇勬垚<br /> </span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">script language</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">Javascript</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">><!--</span><span style="color: rgb(0, 0, 0);"><br /> function checkNum(str){</span><span style="color: rgb(0, 0, 255);">return</span><span style="color: rgb(0, 0, 0);"> str.match(</span><span style="color: rgb(0, 128, 0);">//</span><span style="color: rgb(0, 128, 0);">D/)==null}</span><span style="color: rgb(0, 128, 0);"><br /> </span><span style="color: rgb(0, 0, 0);">alert(checkNum(</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">1232142141</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">))<br /> alert(checkNum(</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">123214214a1</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">))<br /> </span><span style="color: rgb(0, 128, 0);">//</span><span style="color: rgb(0, 128, 0);"> --></script></span><span style="color: rgb(0, 128, 0);"><br /> </span><span style="color: rgb(0, 0, 0);"><br /> <br /> </span><span style="color: rgb(0, 0, 0);">29</span><span style="color: rgb(0, 0, 0);">. 鑾峰緱涓涓獥鍙g殑澶у皬<br /> document.body.clientWidth; document.body.clientHeight<br /> <br /> <br /> </span><span style="color: rgb(0, 0, 0);">30</span><span style="color: rgb(0, 0, 0);">. 鎬庝箞鍒ゆ柇鏄惁鏄瓧絎?br /> </span><span style="color: rgb(0, 0, 255);">if</span><span style="color: rgb(0, 0, 0);"> (</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">[</span><span style="color: rgb(0, 0, 0);">^/</span><span style="color: rgb(0, 0, 0);">x00</span><span style="color: rgb(0, 0, 0);">-/</span><span style="color: rgb(0, 0, 0);">xff]</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">g.test(s)) alert(</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">鍚湁姹夊瓧</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">);<br /> </span><span style="color: rgb(0, 0, 255);">else</span><span style="color: rgb(0, 0, 0);"> alert(</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">鍏ㄦ槸瀛楃</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">);<br /> <br /> <br /> </span><span style="color: rgb(0, 0, 0);">31</span><span style="color: rgb(0, 0, 0);">.TEXTAREA鑷傚簲鏂囧瓧琛屾暟鐨勫灝?br /> </span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">textarea rows</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">1</span><span style="color: rgb(0, 0, 0);"> name</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">s1 cols</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">27</span><span style="color: rgb(0, 0, 0);"> onpropertychange<br /> </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">this.style.posHeight=this.scrollHeight</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);"><br /> </span><span style="color: rgb(0, 0, 0);"></</span><span style="color: rgb(0, 0, 0);">textarea</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);"><br /> <br /> <br /> </span><span style="color: rgb(0, 0, 0);">32</span><span style="color: rgb(0, 0, 0);">. 鏃ユ湡鍑忓幓澶╂暟絳変簬絎簩涓棩鏈?br /> </span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">script language</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">Javascript</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);"><br /> function cc(dd,dadd)<br /> {<br /> </span><span style="color: rgb(0, 128, 0);">//</span><span style="color: rgb(0, 128, 0);">鍙互鍔犱笂閿欒澶勭悊</span><span style="color: rgb(0, 128, 0);"><br /> </span><span style="color: rgb(0, 0, 0);">var a </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">new</span><span style="color: rgb(0, 0, 0);"> Date(dd)<br /> a </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> a.valueOf()<br /> a </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> a </span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);"> dadd </span><span style="color: rgb(0, 0, 0);">*</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">24</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">*</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">60</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">*</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">60</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">*</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">1000</span><span style="color: rgb(0, 0, 0);"><br /> a </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">new</span><span style="color: rgb(0, 0, 0);"> Date(a)<br /> alert(a.getFullYear() </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">騫?/span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> (a.getMonth() </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">1</span><span style="color: rgb(0, 0, 0);">) </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">鏈?/span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> a.getDate() </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">鏃?/span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">)<br /> }<br /> cc(</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">12/23/2002</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">,</span><span style="color: rgb(0, 0, 0);">2</span><span style="color: rgb(0, 0, 0);">)<br /> </span><span style="color: rgb(0, 0, 0);"></</span><span style="color: rgb(0, 0, 0);">script</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);"><br /> <br /> <br /> </span><span style="color: rgb(0, 0, 0);">33</span><span style="color: rgb(0, 0, 0);">. 閫夋嫨浜嗗摢涓涓猂adio<br /> </span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">HTML</span><span style="color: rgb(0, 0, 0);">><</span><span style="color: rgb(0, 0, 0);">script language</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">vbscript</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);"><br /> function checkme()<br /> </span><span style="color: rgb(0, 0, 255);">for</span><span style="color: rgb(0, 0, 0);"> each ob in radio1<br /> </span><span style="color: rgb(0, 0, 255);">if</span><span style="color: rgb(0, 0, 0);"> ob.checked then<br /> window.alert ob.value<br /> next<br /> end function<br /> </span><span style="color: rgb(0, 0, 0);"></</span><span style="color: rgb(0, 0, 0);">script</span><span style="color: rgb(0, 0, 0);">><</span><span style="color: rgb(0, 0, 0);">BODY</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);"><br /> </span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">INPUT name</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">radio1</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"> type</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">radio</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"> value</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">/style</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"> checked</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);">Style<br /> </span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">INPUT name</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">radio1</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"> type</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">radio</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"> value</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">/blog/barcode</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);">Barcode<br /> </span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">INPUT type</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">button</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"> value</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">check</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"> onclick</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">checkme()</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);"><br /> </span><span style="color: rgb(0, 0, 0);"></</span><span style="color: rgb(0, 0, 0);">BODY</span><span style="color: rgb(0, 0, 0);">></</span><span style="color: rgb(0, 0, 0);">HTML</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);"><br /> <br /> <br /> </span><span style="color: rgb(0, 0, 0);">34</span><span style="color: rgb(0, 0, 0);">.鑴氭湰姘鎬笉鍑洪敊<br /> </span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">SCRIPT LANGUAGE</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">JavaScript</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);"><br /> </span><span style="color: rgb(0, 0, 0);"><!--</span><span style="color: rgb(0, 0, 0);"> Hide<br /> function killErrors() {<br /> </span><span style="color: rgb(0, 0, 255);">return</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">true</span><span style="color: rgb(0, 0, 0);">;<br /> }<br /> window.onerror </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> killErrors;<br /> </span><span style="color: rgb(0, 128, 0);">//</span><span style="color: rgb(0, 128, 0);"> --></span><span style="color: rgb(0, 128, 0);"><br /> </span><span style="color: rgb(0, 0, 0);"></</span><span style="color: rgb(0, 0, 0);">SCRIPT</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);"><br /> <br /> <br /> </span><span style="color: rgb(0, 0, 0);">35</span><span style="color: rgb(0, 0, 0);">.ENTER閿彲浠ヨ鍏夋爣縐誨埌涓嬩竴涓緭鍏ユ<br /> </span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">input onkeydown</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">if(event.keyCode==13)event.keyCode=9</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">></span></div> <img src ="http://www.tkk7.com/onlyfish/aggbug/210526.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.tkk7.com/onlyfish/" target="_blank">onlyfish</a> 2008-06-25 13:29 <a href="http://www.tkk7.com/onlyfish/archive/2008/06/25/210526.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>javaScript甯哥敤鎶宸х畫錛堜竴錛?/title><link>http://www.tkk7.com/onlyfish/archive/2008/06/25/210524.html</link><dc:creator>onlyfish</dc:creator><author>onlyfish</author><pubDate>Wed, 25 Jun 2008 05:21:00 GMT</pubDate><guid>http://www.tkk7.com/onlyfish/archive/2008/06/25/210524.html</guid><wfw:comment>http://www.tkk7.com/onlyfish/comments/210524.html</wfw:comment><comments>http://www.tkk7.com/onlyfish/archive/2008/06/25/210524.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.tkk7.com/onlyfish/comments/commentRss/210524.html</wfw:commentRss><trackback:ping>http://www.tkk7.com/onlyfish/services/trackbacks/210524.html</trackback:ping><description><![CDATA[16. 鏈灝忓寲銆佹渶澶у寲銆佸叧闂獥鍙?<br /> <object id=hh1 classid="clsid:ADB880A6-D8FF-11CF-9377-00AA003B7A11"> <br /> <param name="Command" value="Minimize"></object> <br /> <object id=hh2 classid="clsid:ADB880A6-D8FF-11CF-9377-00AA003B7A11"> <br /> <param name="Command" value="Maximize"></object> <br /> <OBJECT id=hh3 classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"> <br /> <PARAM NAME="Command" value="/Close"></OBJECT> <br /> <input type=button value="/鏈灝忓寲 onclick=hh1.Click()> <br /> <input type=button value="/blog/鏈澶у寲 onclick=hh2.Click()> <br /> <input type=button value=鍏抽棴 onclick=hh3.Click()> <br /> 鏈緥閫傜敤浜嶪E <br /> <br /> <br /> 17.灞忚斀鍔熻兘閿甋hift,Alt,Ctrl <br /> <script> <br /> function look(){ <br /> if(event.shiftKey) <br /> alert("紱佹鎸塖hift閿?"); //鍙互鎹㈡垚ALT銆CTRL <br /> } <br /> document.onkeydown=look; <br /> </script> <br /> <br /> <br /> 18. 緗戦〉涓嶄細琚紦瀛?<br /> <META HTTP-EQUIV="pragma" CONTENT="no-cache"> <br /> <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate"> <br /> <META HTTP-EQUIV="expires" CONTENT="Wed, 26 Feb 1997 08:21:57 GMT"> <br /> 鎴栬?lt;META HTTP-EQUIV="expires" CONTENT="0"> <br /> <br /> <br /> 19.鎬庢牱璁╄〃鍗曟病鏈夊嚬鍑告劅錛?<br /> <input type=text"border:1 solid #000000"> <br /> 鎴?<br /> <input type=text style="border-left:none; border-right:none; border-top:none; border-bottom: <br /> 1 solid #000000"></textarea> <br /> <br /> <br /> 20.<div><span>&<layer>鐨勫尯鍒紵 <br /> <div>(division)鐢ㄦ潵瀹氫箟澶ф鐨勯〉闈㈠厓绱狅紝浼氫駭鐢熻漿琛?<br /> <span>鐢ㄦ潵瀹氫箟鍚屼竴琛屽唴鐨勫厓绱狅紝璺?lt;div>鐨勫敮涓鍖哄埆鏄笉浜х敓杞 <br /> <layer>鏄痭s鐨勬爣璁幫紝ie涓嶆敮鎸侊紝鐩稿綋浜?lt;div> <br /> <br /> <br /> 21.璁╁脊鍑虹獥鍙f繪槸鍦ㄦ渶涓婇潰: <br /> <body onblur="this.focus();"> <br /> <br /> <br /> 22.涓嶈婊氬姩鏉? <br /> 璁╃珫鏉℃病鏈? <br /> <body style="overflow:scroll;overflow-y:hidden"> <br /> </body> <br /> 璁╂í鏉℃病鏈? <br /> <body style="overflow:scroll;overflow-x:hidden"> <br /> </body> <br /> 涓や釜閮藉幓鎺夛紵鏇寸畝鍗曚簡 <br /> <body scroll="no"> <br /> </body> <br /> <br /> <br /> 23.鎬庢牱鍘繪帀鍥劇墖閾炬帴鐐瑰嚮鍚庯紝鍥劇墖鍛ㄥ洿鐨勮櫄綰匡紵 <br /> <a href="#" onFocus="this.blur()"><img src="/logo.jpg" border=0></a> <br /> <br /> <br /> 24.鐢靛瓙閭歡澶勭悊鎻愪氦琛ㄥ崟 <br /> <form name="form1" method="post" action=mailto:****@***.com <br /> enctype="text/plain"> <br /> <input type=submit> <br /> </form> <br /> <br /> <br /> 25.鍦ㄦ墦寮鐨勫瓙紿楀彛鍒鋒柊鐖剁獥鍙g殑浠g爜閲屽浣曞啓錛?<br /> window.opener.location.reload() <img src ="http://www.tkk7.com/onlyfish/aggbug/210524.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.tkk7.com/onlyfish/" target="_blank">onlyfish</a> 2008-06-25 13:21 <a href="http://www.tkk7.com/onlyfish/archive/2008/06/25/210524.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>javaScript甯哥敤鎶宸?/title><link>http://www.tkk7.com/onlyfish/archive/2008/06/25/210523.html</link><dc:creator>onlyfish</dc:creator><author>onlyfish</author><pubDate>Wed, 25 Jun 2008 05:20:00 GMT</pubDate><guid>http://www.tkk7.com/onlyfish/archive/2008/06/25/210523.html</guid><wfw:comment>http://www.tkk7.com/onlyfish/comments/210523.html</wfw:comment><comments>http://www.tkk7.com/onlyfish/archive/2008/06/25/210523.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.tkk7.com/onlyfish/comments/commentRss/210523.html</wfw:commentRss><trackback:ping>http://www.tkk7.com/onlyfish/services/trackbacks/210523.html</trackback:ping><description><![CDATA[<font size="4">1. oncontextmenu="window.event.returnValue=false" 灝嗗交搴曞睆钄介紶鏍囧彸閿?<br /> <table border oncontextmenu=return(false)><td>no</table> 鍙敤浜嶵able <br /> <br /> 2. <body onselectstart="return false"> 鍙栨秷閫夊彇銆侀槻姝㈠鍒?<br /> <br /> 3. onpaste="return false" 涓嶅噯綺樿創 <br /> <br /> 4. oncopy="return false;" oncut="return false;" 闃叉澶嶅埗 <br /> <br /> 5. <link rel="Shortcut Icon" href="favicon.ico"> IE鍦板潃鏍忓墠鎹㈡垚鑷繁鐨勫浘鏍?<br /> <br /> 6. <link rel="Bookmark" href="favicon.ico"> 鍙互鍦ㄦ敹钘忓す涓樉紺哄嚭浣犵殑鍥炬爣 <br /> <br /> <br /> 7. <input style="ime-mode:disabled"> 鍏抽棴杈撳叆娉?<br /> <br /> <br /> 8. 姘歌繙閮戒細甯︾潃妗嗘灦 <br /> <script language="JavaScript"><!-- <br /> if (window == top)top.location.href = "frames.htm"; //frames.htm涓烘鏋剁綉欏?<br /> // --></script> <br /> <br /> <br /> 9. 闃叉琚漢frame <br /> <SCRIPT LANGUAGE=JAVASCRIPT><!-- <br /> if (top.location != self.location)top.location=self.location; <br /> // --></SCRIPT> <br /> <br /> <br /> 10. 緗戦〉灝嗕笉鑳借鍙﹀瓨涓?<br /> <noscript><*** src="/*.html>";</***></noscript> <br /> <br /> <br /> 11. <input type=button value="/鏌ョ湅緗戦〉婧愪唬鐮?<br /> onclick="window.location = "view-source:"+ "http://www.pconline.com.cn""> <br /> 12.鍒犻櫎鏃剁‘璁?<br /> <a href=""javascript :if(confirm("紜疄瑕佸垹闄ゅ悧?"))location="boos.asp?&areyou=鍒犻櫎&page=1"">鍒犻櫎</a> <br /> <br /> <br /> 13. 鍙栧緱鎺т歡鐨勭粷瀵逛綅緗?<br /> //Javascript <br /> <script language="Javascript"> <br /> function getIE(e){ <br /> var t=e.offsetTop; <br /> var l=e.offsetLeft; <br /> while(e=e.offsetParent){ <br /> t+=e.offsetTop; <br /> l+=e.offsetLeft; <br /> } <br /> alert("top="+t+"/nleft="+l); <br /> } <br /> </script> <br /> //VBScript <br /> <script language="VBScript"><!-- <br /> function getIE() <br /> dim t,l,a,b <br /> set a=document.all.img1 <br /> t=document.all.img1.offsetTop <br /> l=document.all.img1.offsetLeft <br /> while a.tagName<>"BODY" <br /> set a = a.offsetParent <br /> t=t+a.offsetTop <br /> l=l+a.offsetLeft <br /> wend <br /> msgbox "top="&t&chr(13)&"left="&l,64,"寰楀埌鎺т歡鐨勪綅緗? <br /> end function <br /> --></script> <br /> <br /> <br /> 14. 鍏夋爣鏄仠鍦ㄦ枃鏈鏂囧瓧鐨勬渶鍚?<br /> <script language="javascript"> <br /> function cc() <br /> { <br /> var e = event.srcElement; <br /> var r =e.createTextRange(); <br /> r.moveStart("character",e.value.length); <br /> r.collapse(true); <br /> r.select(); <br /> } <br /> </script> <br /> <input type=text name=text1 value="123" onfocus="cc()"> <br /> <br /> <br /> 15. 鍒ゆ柇涓婁竴欏電殑鏉ユ簮 <br /> javascript : <br /> document.referrer</font> <img src ="http://www.tkk7.com/onlyfish/aggbug/210523.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.tkk7.com/onlyfish/" target="_blank">onlyfish</a> 2008-06-25 13:20 <a href="http://www.tkk7.com/onlyfish/archive/2008/06/25/210523.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://www.tkk7.com/" title="亚洲av成人片在线观看">亚洲av成人片在线观看</a> <div class="friend-links"> </div> </div> </footer> 主站蜘蛛池模板: <a href="http://av-fantasy.com" target="_blank">亚洲一级片免费看</a>| <a href="http://yy1288.com" target="_blank">亚洲AⅤ视频一区二区三区</a>| <a href="http://zcrencai.com" target="_blank">久久亚洲AV无码精品色午夜麻</a>| <a href="http://lyaa17.com" target="_blank">国产大片免费天天看</a>| <a href="http://yy9977.com" target="_blank">亚洲天堂中文字幕在线</a>| <a href="http://bdykdq.com" target="_blank">rh男男车车的车车免费网站</a>| <a href="http://yy975.com" target="_blank">亚洲成A人片在线观看中文 </a>| <a href="http://ddxsrd.com" target="_blank">亚洲福利一区二区</a>| <a href="http://lhtjdj.com" target="_blank">5555在线播放免费播放</a>| <a href="http://6h6y.com" target="_blank">亚洲国产精品综合久久2007</a>| <a href="http://qq2071.com" target="_blank">免费成人福利视频</a>| <a href="http://changfafangzhi.com" target="_blank">亚洲综合图片小说区热久久</a>| <a href="http://kyqp0022.com" target="_blank">永久黄色免费网站</a>| <a href="http://55xxb.com" target="_blank">狠狠色香婷婷久久亚洲精品</a>| <a href="http://chinahongfeng.com" target="_blank">成年女人色毛片免费看</a>| <a href="http://www282pp.com" target="_blank">精品亚洲成A人在线观看青青</a>| <a href="http://tltcn.com" target="_blank">亚洲VA综合VA国产产VA中</a>| <a href="http://wwwv27.com" target="_blank">三级毛片在线免费观看</a>| <a href="http://zhaosaohuo.com" target="_blank">亚洲处破女AV日韩精品</a>| <a href="http://boyipark.com" target="_blank">91福利免费体验区观看区</a>| <a href="http://www-840012.com" target="_blank">亚洲一区免费视频</a>| <a href="http://xawsfkaisuo.com" target="_blank">日本特黄特色aa大片免费</a>| <a href="http://zdxxxx.com" target="_blank">亚洲免费视频一区二区三区</a>| <a href="http://33dh2.com" target="_blank">亚洲Av无码精品色午夜 </a>| <a href="http://ruidamo.com" target="_blank">国产免费人人看大香伊</a>| <a href="http://jpvv8.com" target="_blank">国产特黄一级一片免费</a>| <a href="http://szzrjk.com" target="_blank">亚洲男人的天堂在线播放</a>| <a href="http://789xxoo.com" target="_blank">一个人免费高清在线观看</a>| <a href="http://chinahongfeng.com" target="_blank">亚洲AV无码专区在线观看成人</a>| <a href="http://www-175345.com" target="_blank">亚洲第一区精品日韩在线播放</a>| <a href="http://by11gun.com" target="_blank">在线成人精品国产区免费</a>| <a href="http://www-8908.com" target="_blank">亚洲欧洲久久精品</a>| <a href="http://97aimeili.com" target="_blank">国产免费黄色大片</a>| <a href="http://helloyp.com" target="_blank">a毛片免费播放全部完整</a>| <a href="http://zjfxjy.com" target="_blank">亚洲jjzzjjzz在线播放</a>| <a href="http://chandou8.com" target="_blank">国产免费牲交视频</a>| <a href="http://0354888.com" target="_blank">四虎成人精品永久免费AV</a>| <a href="http://okgou58.com" target="_blank">亚洲另类自拍丝袜第五页</a>| <a href="http://hairdehf.com" target="_blank">黑人精品videos亚洲人</a>| <a href="http://yzddcpj.com" target="_blank">成人免费毛片观看</a>| <a href="http://dazngt.com" target="_blank">成人A片产无码免费视频在线观看 成人电影在线免费观看 </a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body>