用javascript实现给图片加链接
摘要:varstrVariable="";strVariable=strVariable.link("http://www.jb51.net");...
<script>
varstrVariable="<imgsrc='http://www.jb51.net/images/logo.gif'>";
strVariable=strVariable.link("http://www.jb51.net");
document.write(strVariable)
</script>
【用javascript实现给图片加链接】相关文章:
★ JavaScript实现点击自动选择TextArea文本的方法
★ Javascript实现div的toggle效果实例分析