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




Reply via email to