Re: Files Referenced in JavaScript

2002-01-18 Thread Thomas Lussnig

Johnnie J. Young wrote:

> wget doesn't seem to recognize all files that are referenced in 
> JavaScript and therefore doesn't download them. (For example, when 
> there are mouseover images referenced in JavaScript, like on this site 
> http://www.katenei.com)  Is there a way to make sure these files get 
> downloaded when using wget?
>
I think this would be very hard. Because in this script the Real Patch 
is put togehter in some steps.

MM_Image('name','','bild/a.jpg');

MM_Image my use Image.src='bild/a.jpg';
MM_Image my use Image.src=server+'bild/a.jpg';
MM_Image my use Image.src=bild_server+'bild/a.jpg';

so to build the correct adress for wget you need to interpret the 
javascript, to find out what is an link an what not.

cu Thomas



smime.p7s
Description: S/MIME Cryptographic Signature


Files Referenced in JavaScript

2002-01-18 Thread Johnnie J. Young



wget doesn't seem to recognize all files that 
are referenced in JavaScript and therefore doesn't download them. (For example, 
when there are mouseover images referenced in JavaScript, like on this site http://www.katenei.com)  Is there a way 
to make sure these files get downloaded when using wget?
 
Johnnie J. Young
[EMAIL PROTECTED]