史萊姆論壇

史萊姆論壇 (http://forum.slime.com.tw/)
-   一般電腦疑難討論區 (http://forum.slime.com.tw/f17.html)
-   -   請教網頁上的快顯如何抓下來 (http://forum.slime.com.tw/thread195341.html)

kme 2007-01-07 12:28 AM

請教網頁上的快顯如何抓下來
 
請教網頁上的快顯如何抓下來...
有些網頁.將游標移到按鈕上時會有快顯的圖及文字出現.
將游標離開按鈕後.快顯就消失了.
請教如何將快顯的內容抓下來.
謝謝..:toomuch: :toomuch: :toomuch:

a471 2007-01-07 12:56 AM

你是說弄成圖片?

zasiza 2007-01-07 01:29 AM

我猜他說的應該是 HTML 中 layer 標籤的部分。

就像史板的論壇,游標移到搜尋的時候會跳出一個表格,移開後會自動關掉的那個。

可是不知道他要的是什麼東西。(他說內容 = =)

如果是圖片的話,建議使用瀏覽器上的功能列把網頁另存新檔存到桌面,就可以看到一個跟網頁同名的資料夾,當中就會有圖片了。


VIP 期限到2011年,真是太屌了 @@

GaMNiA 2007-01-07 09:35 AM

是指像下面的圖裡面紅色框框的文字嗎?

如果是的話,我都是用檢視原始檔的方式去抓裡面的文字,
圖片的話,依 zasiza 的方式大概就可以了

P.S. 樓主VIP期限到 2011年,果然很猛..... :jmfopr:

語法:

                <td class="alt1" align="center" nowrap="nowrap">求助</td>
       


        <td class="alt1" id="td_title_195341" title="請教網頁上的快顯如何抓下來...
有些網頁.將游標移到按鈕上時會有快顯的圖及文字出現.
將游標離開按鈕後.快顯就消失了.
請教如何將快顯的內容抓下來.
謝謝..:toomuch: :toomuch: :toomuch:">

               
                <div>

http://img387.imageshack.us/img387/1050/kme1mt8.png

kme 2007-01-07 04:00 PM

史版就是有人情味......
 
各位大大
小弟將網頁上的原始碼找出來.就是沒有我將游標放在按鈕上所顯示的內容.....
將原始碼貼在下方.煩請各位幫幫忙.....
(貼在下方的原始碼如有侵犯版權的問題.麻煩版大直接將本主題全刪除.感謝....)

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>成語1</title>
<bgsound src="RudolphRedReindeer.mid" loop="-1">
<style fprolloverstyle>A:hover {color: #FF0000; font-weight: bold}
</style>
<style type="text/css">
<!--td.small{font-size:8pt;line-height:20px}
font.small{font-size:8pt;line-height:20px}
A{text-decoration:yes}--></style>

</head>

<body background="b304.jpg">
<script language="JavaScript1.1">
<!-- Begin
function right(e){if(navigator.appName=='Netscape'&&(e.which==3||e.which==2))
return false;else if(navigator.appName=='Microsoft Internet Explorer'&&(event.button==2||event.button==3))
{alert("本區圖片只提供學校教學用途,禁止網頁刊登喔!");return false;}return true;}document.onmousedown=right;
if(document.layers)window.captureEvents(Event.MOUSEDOWN);window.onmousedown=right;//
-->
</script>
<!-------JavaScript收集區 說明視窗_開始-------->
<script language="JavaScript">
<!--
function MakeAnotherWindow(imageName,imageHeight,imageWidth){
myFloater=window.open("","myWindow",
"width="+imageWidth+",height="+imageHeight);
myFloater.location.href=imageName;
}
//-->
</script>
<!-------JavaScript收集區 說明視窗_結束-------->
<!-------JavaScript收集區 飄浮圖片_開始-------->
<div id="point1" STYLE="position:absolute;visibility:visible;">
<!--Please delete this table and insert into your html elements-->
<table border="0" cellspacing="0" cellpadding="0">
<td>
<p align="center"><a href="http://home.kimo.com.tw/ptef/304-72.htm" target="_blank"><img src="304-43.gif" width="100" height="64" alt="進來看看吧" border="0"></a></p>
</td>
</table>
<!--End of the customizable area, please do not delete div the tag -->
</div>
<script LANGUAGE="JavaScript1.2">

var XX=20; // X position of the scrolling objects
var xstep=1;
var delay_time=60;

//Begin of the unchangable area, please do not modify this area
var YY=0;
var ch=0;
var oh=0;
var yon=0;

var ns4=document.layers?1:0
var ie=document.all?1:0
var ns6=document.getElementById&&!document.all?1:0

if(ie){
YY=document.body.clientHeight;
point1.style.top=YY;
}
else if (ns4){
YY=window.innerHeight;
document.point1.pageY=YY;
document.point1.visibility="hidden";
}
else if (ns6){
YY=window.innerHeight
document.getElementById('point1').style.top=YY
}


function reloc1()
{

if(yon==0){YY=YY-xstep;}
else{YY=YY+xstep;}
if (ie){
ch=document.body.clientHeight;
oh=point1.offsetHeight;
}
else if (ns4){
ch=window.innerHeight;
oh=document.point1.clip.height;
}
else if (ns6){
ch=window.innerHeight
oh=document.getElementById("point1").offsetHeight
}

if(YY<0){yon=1;YY=0;}
if(YY>=(ch-oh)){yon=0;YY=(ch-oh);}
if(ie){
point1.style.left=XX;
point1.style.top=YY+document.body.scrollTop;
}
else if (ns4){
document.point1.pageX=XX;
document.point1.pageY=YY+window.pageYOffset;
}
else if (ns6){
document.getElementById("point1").style.left=XX
document.getElementById("point1").style.top=YY+window.pageYOffset
}

}

function onad()
{
if(ns4)
document.point1.visibility="visible";
loopfunc();
}
function loopfunc()
{
reloc1();
setTimeout('loopfunc()',delay_time);
}

if (ie||ns4||ns6)
window.onload=onad

</script>
<!-------JavaScript收集區 飄浮圖片_結束-------->
<p align="center"><img border="0" src="304.gif" width="640" height="120"></p>
<center>
<table border=0 cellspacing="0">
<td align=center width=558></td>
<td align=center width=47><img border="0" src="new1.gif" width="33" height="11"></td>
<td align=center width=47><img border="0" src="new1.gif" width="33" height="11"></td>
<td align=center width=45></td>
</table>
<table border=1 bordercolor=#800080>
<td bgcolor="#660066" class=small align=center width=45><a href="304old.htm"><font color="#ffffff">懷舊區</font></a></td>
<td bgcolor="#993366" class=small align=center width=45><a href="304-1.htm"><font color="#ffffff">第01頁</font></a></td>
<td bgcolor="#B22222" class=small align=center width=45><a href="304-2.htm"><font color="#ffffff">第02頁</font></a></td>
<td bgcolor="#EC0000" class=small align=center width=45><a href="304-3.htm"><font color="#ffffff">第03頁</font></a></td>
<td bgcolor="#FE6347" class=small align=center width=45><a href="304-4.htm"><font color="#ffffff">第04頁</font></a></td>
<td bgcolor="#FFA500" class=small align=center width=45><a href="304-5.htm"><font color="#ffffff">第05頁</font></a></td>
<td bgcolor="#CCBB00" class=small align=center width=45><a href="304-6.htm"><font color="#ffffff">第06頁</font></a></td>
<td bgcolor="#2E8B57" class=small align=center width=45><a href="304-7.htm"><font color="#ffffff">第07頁</font></a></td>
<td bgcolor="#0040FF" class=small align=center width=45><a href="304-8.htm"><font color="#ffffff">第08頁</font></a></td>
<td bgcolor="#0000EE" class=small align=center width=45><a href="304-9.htm"><font color="#ffffff">第09頁</font></a></td>
<td bgcolor="#003399" class=small align=center width=45><a href="304-10.htm"><font color="#ffffff">第10頁</font></a></td>
<td bgcolor="#000077" class=small align=center width=45><a href="304-11.htm"><font color="#ffffff">第11頁</font></a></td>
<td bgcolor="#000000" class=small align=center width=45><a href="304-12.htm"><font color="#ffffff">第12頁</font></a></td>
<td bgcolor="#800080" class=small align=center width=45><a href="index.htm"><font color="#ffffff">回首頁</font></a></td>


後續請看下一個回覆.....(因版上顯示貼的太長了.只好貼在下一個回覆.抱歉)

kme 2007-01-07 04:01 PM

後續請看下一個回覆.....
 
</table>
</center>
<p></p>
<div align="center">
<center>
<table border="3" cellpadding="2" width="720" bordercolor="#800080">
<tr>
<td width="20%" align="center"><img border="0" src="brain/001.jpg" width="122" height="134"></td>
<td width="20%" align="center"><img border="0" src="brain/002.jpg" width="122" height="134"></td>
<td width="20%" align="center"><img border="0" src="brain/003.jpg" width="122" height="134"></td>
<td width="20%" align="center"><img border="0" src="brain/004.jpg" width="122" height="134"></td>
<td width="20%" align="center"><img border="0" src="brain/005.jpg" width="122" height="134"></td>
</tr>
<tr>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-01.htm',220,660)" onMouseout="myFloater.close()"></td>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-02.htm',220,660)" onMouseout="myFloater.close()"></td>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-03.htm',220,660)" onMouseout="myFloater.close()"></td>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-04.htm',220,660)" onMouseout="myFloater.close()"></td>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-05.htm',200,660)" onMouseout="myFloater.close()"></td>
</tr>
<tr>
<td width="20%" align="center"><img border="0" src="brain/006.jpg" width="122" height="134"></td>
<td width="20%" align="center"><img border="0" src="brain/007.jpg" width="122" height="134"></td>
<td width="20%" align="center"><img border="0" src="brain/008.jpg" width="122" height="134"></td>
<td width="20%" align="center"><img border="0" src="brain/009.jpg" width="122" height="134"></td>
<td width="20%" align="center"><img border="0" src="brain/010.jpg" width="122" height="134"></td>
</tr>
<tr>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-06.htm',220,660)" onMouseout="myFloater.close()"></td>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-07.htm',220,660)" onMouseout="myFloater.close()"></td>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-08.htm',220,660)" onMouseout="myFloater.close()"></td>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-09.htm',240,660)" onMouseout="myFloater.close()"></td>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-10.htm',220,660)" onMouseout="myFloater.close()"></td>
</tr>
<tr>
<td width="20%" align="center"><img border="0" src="brain/011.jpg" width="122" height="134"></td>
<td width="20%" align="center"><img border="0" src="brain/012.jpg" width="122" height="134"></td>
<td width="20%" align="center"><img border="0" src="brain/013.jpg" width="122" height="134"></td>
<td width="20%" align="center"><img border="0" src="brain/014.jpg" width="122" height="134"></td>
<td width="20%" align="center"><img border="0" src="brain/015.jpg" width="122" height="134"></td>
</tr>
<tr>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-11.htm',220,660)" onMouseout="myFloater.close()"></td>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-12.htm',220,660)" onMouseout="myFloater.close()"></td>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-13.htm',166,660)" onMouseout="myFloater.close()"></td>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-14.htm',220,660)" onMouseout="myFloater.close()"></td>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-15.htm',184,660)" onMouseout="myFloater.close()"></td>
</tr>
<tr>
<td width="20%" align="center"><img border="0" src="brain/016.jpg" width="122" height="134"></td>
<td width="20%" align="center"><img border="0" src="brain/017.jpg" width="122" height="134"></td>
<td width="20%" align="center"><img border="0" src="brain/018.jpg" width="122" height="134"></td>
<td width="20%" align="center"><img border="0" src="brain/019.jpg" width="122" height="134"></td>
<td width="20%" align="center"><img border="0" src="brain/020.jpg" width="122" height="134"></td>
</tr>
<tr>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-16.htm',220,660)" onMouseout="myFloater.close()"></td>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-17.htm',220,660)" onMouseout="myFloater.close()"></td>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-18.htm',220,660)" onMouseout="myFloater.close()"></td>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-19.htm',220,660)" onMouseout="myFloater.close()"></td>
<td width="20%" align="center"><img border="0" src="push.gif" width="122" height="36" onMouseover="MakeAnotherWindow('304/01-20.htm',220,660)" onMouseout="myFloater.close()"></td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellspacing="1" width="720">
<tr>
<td width="33%" align="center"></td>
<td width="33%" align="center"></td>
<td width="34%" align="center"></td>
</tr>
<tr>
<td width="33%" align="center"><a href="#" onclick="alert('抱歉:這已經是第一頁了'); return false"><img border="0" src="304u.gif" width="115" height="38"></td>
<td width="33%" align="center"><a href="index.htm"><img border="0" src="304h.gif" width="115" height="38"></a></td>
<td width="34%" align="center"><a href="304-2.htm"><img border="0" src="304d.gif" width="115" height="38"></a></td>
</tr>
</table>
</center>
</div>
</body>

</html>

<script language=JavaScript src=http://tw.yimg.com/a/tw/js/adhtml3.js></script>
<script language=JavaScript>
var yviContents='http://tw.adserver.yahoo.com/a?f=152955059&p=tw_kfreeho&l=NE&c=sr';
yviR='tw';
yfiEA(0);
</script>

GaMNiA 2007-01-07 04:30 PM

你把網址貼上來,我覺得你要的內容好像是圖片...

kme 2007-01-11 09:41 PM

網址已貼上
 
各位大大
網址如下....

http://home.kimo.com.tw/ptef/304-1.htm

將游標移到"圖片解釋"的按鈕上.會出現對話框框.
是否有辦法將對話框框中的文字複製下來....
謝謝.

GaMNiA 2007-01-11 11:00 PM

引用:

作者: kme
網址如下....
http://home.kimo.com.tw/ptef/304-1.htm

你用 FlashGet 抓:
http://home.kimo.com.tw/ptef/304/01-01.htm
http://home.kimo.com.tw/ptef/304/01-02.htm
http://home.kimo.com.tw/ptef/304/01-03.htm
http://home.kimo.com.tw/ptef/304/01-04.htm
http://home.kimo.com.tw/ptef/304/01-05.htm
http://home.kimo.com.tw/ptef/304/01-06.htm
http://home.kimo.com.tw/ptef/304/01-07.htm
http://home.kimo.com.tw/ptef/304/01-08.htm
http://home.kimo.com.tw/ptef/304/01-09.htm
http://home.kimo.com.tw/ptef/304/01-10.htm
http://home.kimo.com.tw/ptef/304/01-11.htm
http://home.kimo.com.tw/ptef/304/01-12.htm
http://home.kimo.com.tw/ptef/304/01-13.htm
http://home.kimo.com.tw/ptef/304/01-14.htm
http://home.kimo.com.tw/ptef/304/01-15.htm
http://home.kimo.com.tw/ptef/304/01-16.htm
http://home.kimo.com.tw/ptef/304/01-17.htm
http://home.kimo.com.tw/ptef/304/01-18.htm
http://home.kimo.com.tw/ptef/304/01-19.htm
http://home.kimo.com.tw/ptef/304/01-20.htm

以此類推...

或是直接用 IE 開啟上面網址也可以。

kme 2007-01-12 10:52 PM

謝謝GaMNiA大大.....版大可將此議題刪除
 
謝謝GaMNiA大大幫助解決問題....感激您....



請版大將此議題刪除


所有時間均為台北時間。現在的時間是 09:27 PM

Powered by vBulletin® 版本 3.6.8
版權所有 ©2000 - 2024, Jelsoft Enterprises Ltd.

『服務條款』

* 有問題不知道該怎麼解決嗎?請聯絡本站的系統管理員 *


SEO by vBSEO 3.6.1