Archive for May, 2009

禁止某个js时间冒泡的js代码。。

var e = e?e:window.event;
  
  if (e.stopPropagation){
   e.stopPropagation();
 }else{
    e.cancelBubble = true;
 }

No Comments

收藏起几个dns服务器地址。。

202.112.0.35(中国教育网DNS服务器)

202.27.184.3(新西兰)

165.87.13.129
165.87.201.244(美国)

209.166.160.36
209.166.160.132(加拿大)

202.44.8.34(泰国)
202.44.8.2

Read the rest of this entry »

No Comments