上網(wǎng)時(shí)想復(fù)制網(wǎng)頁數(shù)據(jù),可經(jīng)常遇到網(wǎng)頁被鎖,這里介紹兩種方法: 1.方法很簡單: 單擊IE瀏覽器的“工具”——“internet選項(xiàng)”——“安全”,將其中的“internet”的安全級(jí)別設(shè)為最高級(jí)別,“確定”后刷新網(wǎng)頁即可。安全級(jí)別最高的時(shí)候,一切控件和腳本均不能運(yùn)行,再厲害的網(wǎng)頁限制手段統(tǒng)統(tǒng)全部作廢。 2.如果上面的方法不行,試試這種:首先,打開記事本,把下列代碼復(fù)制進(jìn)去: [InternetShortcut] URL=javascript:function document.oncontextmenu(){return true;} function document.onselectstart(){return true;} function document.onsdragstart(){return true;} 然后,保存文件時(shí)在“保存類型”里選“所有文件”,文件名填“解除網(wǎng)頁鎖定.url” 使用方法:將該文件復(fù)制到C:\Documents and Settings\[當(dāng)前用戶名]\Favorites, 然后打開IE瀏覽器(記得是IE),收藏菜單下會(huì)多出一個(gè)叫“解除網(wǎng)頁鎖定”的菜單項(xiàng)。 先打開被屏蔽的網(wǎng)頁,然后點(diǎn)擊“解除網(wǎng)頁鎖定”,再試試…… |
歡迎光臨 畜牧人 (http://ffers.com.cn/) | Powered by Discuz! X3.5 |