
加好友 发短信
认证会员
等级:后台管理员
帖子:1054
精华:11
积分:8927
金钱:15454
金币:0
魅力:5061
威望:0
登陆:553
注册:2006/8/1 11:19:44
近访:2008/4/3 15:50:21
在线:
|
[分享]IE地址栏的妙用 Post By:2006/8/5 15:04:26 [显示全部帖子]
贴子已被锁定 完全打开页面后,在该页的在地址栏或按Ctrl+O输入以下代码,回车!
1.显示网页中的所有图片 javascript:Ai7Mg6P='';for%20(i7M1bQz=0;i7M1bQz<document.images.length;i7M1bQz++){Ai7Mg6P+='<img%20src="http://www.blog.com.cn/+document.images[i7M1bQz].src+"><br>'};if(Ai7Mg6P!=''){document.write('<center>'+Ai7Mg6P+'</center>');void(document.close())}else{alert('No%20images!')}
2.显示网页中除图片的其他 javascript:for(jK6bvW=0;jK6bvW<document.images.length;jK6bvW++){void(document.images[jK6bvW].style.visibility='hidden')}
3.网页缩小0.5倍 javascript:void(s=document.body.style);void(z=s.getAttribute('zoom'));if(z){s.setAttribute('zoom',(parseInt(z)-50)+'%');}else s.setAttribute('zoom','50%')
4.网页放大1.5倍 javascript:void(s=document.body.style);void(z=s.getAttribute('zoom'));if(z){s.setAttribute('zoom',(parseInt(z)+50)+'%');}else s.setAttribute('zoom','150%')
5.显示网页源代码(对于加密过的可以直接显示其加密前的源代码) javascript:s=document.documentElement.outerHTML;document.write('<body></body>');document.body.innerText=s;
6.查看防复制的网页 javascript:document.body.innerHTML |
|
|