锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲丝袜中文字幕,亚洲短视频男人的影院,亚洲综合色婷婷七月丁香http://www.tkk7.com/onlyfish/onlyfishzh-cnTue, 13 May 2025 19:45:11 GMTTue, 13 May 2025 19:45:11 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://www-8908.com" target="_blank">亚洲精品国产精品乱码不卡</a>| <a href="http://cn-zggx.com" target="_blank">久久精品国产免费</a>| <a href="http://z88d.com" target="_blank">久久精品国产亚洲av天美18</a>| <a href="http://dyj696.com" target="_blank">亚洲AV无码XXX麻豆艾秋</a>| <a href="http://khushkhush.com" target="_blank">国产性生大片免费观看性</a>| <a href="http://bznys.com" target="_blank">99久久99久久精品免费观看</a>| <a href="http://trgod.com" target="_blank">久久久久国色AV免费看图片</a>| <a href="http://xyjxnhcl.com" target="_blank">国产免费无遮挡精品视频</a>| <a href="http://c2277.com" target="_blank">亚洲一区二区三区香蕉</a>| <a href="http://scienfood.com" target="_blank">www.亚洲日本</a>| <a href="http://siqingsizu.com" target="_blank">国产亚洲精品美女久久久久久下载 </a>| <a href="http://clever-ad.com" target="_blank">特黄特色的大片观看免费视频</a>| <a href="http://www961dd.com" target="_blank">国产黄色片免费看</a>| <a href="http://89kino.com" target="_blank">日韩毛片免费无码无毒视频观看</a>| <a href="http://roocos.com" target="_blank">亚洲毛片在线观看</a>| <a href="http://sdkjkj.com" target="_blank">亚洲男人的天堂久久精品</a>| <a href="http://kingco-glaze.com" target="_blank">免费a级毛片无码a∨蜜芽试看</a>| <a href="http://ziniurj.com" target="_blank">国产精品亚洲一区二区麻豆</a>| <a href="http://taiyu18.com" target="_blank">亚洲免费在线观看</a>| <a href="http://shnisda.com" target="_blank">国产精一品亚洲二区在线播放 </a>| <a href="http://www96008.com" target="_blank">亚洲成a人片在线观看国产</a>| <a href="http://slmlxg.com" target="_blank">亚洲自偷自偷精品</a>| <a href="http://zhaofeiz.com" target="_blank">日本一区二区三区在线视频观看免费</a>| <a href="http://wilbysec.com" target="_blank">久久免费看黄a级毛片 </a>| <a href="http://qqcao7.com" target="_blank">久久精品国产精品亚洲艾</a>| <a href="http://173ba.com" target="_blank">日韩欧美亚洲中文乱码</a>| <a href="http://zgfxshop.com" target="_blank">久久精品国产亚洲Aⅴ蜜臀色欲</a>| <a href="http://kssijia.com" target="_blank">亚洲一区二区三区在线观看蜜桃</a>| <a href="http://666za.com" target="_blank">久久高潮一级毛片免费</a>| <a href="http://sczxzt.com" target="_blank">亚洲av高清在线观看一区二区 </a>| <a href="http://iguasheng.com" target="_blank">亚洲一久久久久久久久</a>| <a href="http://79909d.com" target="_blank">全部免费毛片在线播放</a>| <a href="http://www62hth.com" target="_blank">亚洲黄页网在线观看</a>| <a href="http://szzdjl.com" target="_blank">无码欧精品亚洲日韩一区夜夜嗨 </a>| <a href="http://jsky163.com" target="_blank">国产免费av片在线看</a>| <a href="http://fanqi5.com" target="_blank">尤物视频在线免费观看</a>| <a href="http://b7277.com" target="_blank">亚洲高清资源在线观看</a>| <a href="http://jl910.com" target="_blank">免费观看久久精彩视频</a>| <a href="http://416164.com" target="_blank">精品亚洲456在线播放</a>| <a href="http://5tww.com" target="_blank">国外亚洲成AV人片在线观看</a>| <a href="http://010youhua.com" target="_blank">九九免费观看全部免费视频</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>