http://bbsface.enorth.com.cn:8080/
这个网站就是左键点一下图片就可以去别的地方直接年粘贴了
这是怎么做的我也想做一个!
<SCRIPT>
document.onclick=function(){
if(event.srcElement.tagName=="IMG"){
code.value="[img]"+event.srcElement.src+"[/img]"
code.createTextRange().execCommand('Copy')
}
}
function ems(url,begin,end,addzero,zeros){
var htmls=""
for(i=begin;i<=end;i++)
htmls+="<img src=\""+url+(addzero?zeros.substr(i.toString().length):'')+i+".gif\">"
document.write(htmls)
}
ems("./ico/",-19,346)
</SCRIPT>
好象加了这个
<STYLE> IMG { CURSOR: hand } .style2 {font-size: 12px} </STYLE>
<SCRIPT> document.onclick=function(){ if(event.srcElement.tagName=="IMG"){ code.value="[img]"+event.srcElement.src+"[/img]" code.createTextRange().execCommand('Copy') } } function ems(url,begin,end,addzero,zeros){ var htmls="" for(i=begin;i<=end;i++) htmls+="<img src=\""+url+(addzero?zeros.substr(i.toString().length):'')+i+".gif\">" document.write(htmls) } ems("./ico/",-19,346) </SCRIPT>
跟正常网站一样做呀。
你是想做个网站????
<HTML><HEAD> <TITLE>论坛表情大全</TITLE> <META http-equiv=Pragma content=no-cache> <META http-equiv=no-cache> <META http-equiv=Expires content=-1> <META http-equiv=Cache-Control content=no-cache> <META content="text/html; charset=gb2312" http-equiv=Content-Type>
<STYLE> IMG { CURSOR: hand } .style2 {font-size: 12px} </STYLE>
<META content="MSHTML 5.00.3813.800" name=GENERATOR></HEAD> <BODY><TEXTAREA id=code style="DISPLAY: none"></TEXTAREA> <span class="style2">注:在图片上左键点击,然后在论坛发言里粘贴即可, 可以用于其他论坛哦.(所有图片整理于论坛)</span><br>
<SCRIPT> document.onclick=function(){ if(event.srcElement.tagName=="IMG"){ code.value="[img]"+event.srcElement.src+"[/img]" code.createTextRange().execCommand('Copy') } } function ems(url,begin,end,addzero,zeros){ var htmls="" for(i=begin;i<=end;i++) htmls+="<img src=\""+url+(addzero?zeros.substr(i.toString().length):'')+i+".gif\">" document.write(htmls) } ems("./ico/",-19,346) </SCRIPT> </BODY></HTML>
看script下面那段点击鼠标的代码。