I read many threads about this but cannot get anything suggested to work.
All I want to do is downlaod all the images int he image/ directory of a site.
But the site does not allow direct access to the images/ directory.
The html files of the site all have a script an <noscript> for the image
The script part is
document.write('a
href="javascript:popupWindow(http://www.website.com/index.php?main_page=popup_image&pID=1111111)
That is the image I want.
The other way is to use the noscript which is easy to get
noscript
a href=http://www.site.com/index.php?main_page=popup_image&pID=1111
target="_blank"
img src="cache/small150x100.JPG"
span class="imgLink">larger image
a>
So how do I get the part in the nosript tag since the script part is not
working?
Thanks
|