Choco Tutorial. ♀♂
♪ Post 帖子 ♪ Me 博主 ♪ Tutorial 教程 ♪ Item 素材 ♪ Links 链接
Choco Tutorial. ♪♪
风那么大,把我吹醒了。风那么大,把梦中的你也吹散了。风那么大,也把我的心吹凉了。


注意注意 :

初次来到的朋友
不知道我的教程方法在哪里?

请别抄袭我部落格里任何东西
转载教程素材请贴上本博客链接









3.13.2012 | 0 comment



就是这个弹窗啦 :P





代码:
<script language=javascript>
<!--
//edit by unwanted

var message="你要写的字";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
help me click nuffnang , thx ♥

Older Post | Newer Post