Wget doesn't interpret Javascript, only regular HTML (AFAIK). Wget won't be
able to follow any links that are only setup thru a Javascript function like
MM_openBrWindow().
Adam
--
Adam Stein @ Xerox Corporation Email: [EMAIL PROTECTED]
Disclaimer: All views expressed
here have been proved to be my own. [http://www.csh.rit.edu/~adam/]
>Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
>Delivered-To: mailing list [EMAIL PROTECTED]
>Delivered-To: [EMAIL PROTECTED]
>X-MessageWall-Score: 0 (sunsite.dk)
>Date: Fri, 05 Sep 2003 22:28:40 -0300
>From: Wilson Rosa <[EMAIL PROTECTED]>
>User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20021120
Netscape/7.01
>X-Accept-Language: en-us, en
>To: [EMAIL PROTECTED]
>Subject: wget and MM_openBrWindow
>Content-Transfer-Encoding: 7bit
>X-Spam-Status: No, hits=-1.8 required=5.0
tests=BAYES_10,HTML_20_30,HTML_IMAGE_ONLY_04,
USER_AGENT_MOZILLA_UA,X_MAILING_LIST version=2.55-iset1
>X-Spam-Level:
>X-Spam-Checker-Version: SpamAssassin 2.55-iset1 (1.174.2.19-2003-05-19-exp)
>
>Hi,
>
>I've found a page with a definition
>
>function MM_openBrWindow(theURL,winName,features) { //v2.0
> window.open(theURL,winName,features);
>}
>
>and its use
>
><a href="andressa.htm#"><img src="f4andremin.jpg" width="90"
>height="120" border="0" onClick
>="MM_openBrWindow('f4and.htm','','width=315,height=420')"></a>
>
>The idea is to click and a window pops up (f4and.htm) wich simply loads
>an image.
>The trouble is that wget does not follow the link, <base-url>/f4and.htm,
>so the page
>and itrs contents (the image) is not downloaded.
>
>Any help would be appreciated.
>Regards,
>Wilson
>