Looking for the program

  • Thread starter Thread starter Jack
  • Start date Start date
J

Jack

Hello,
I am looking for the software capable of displaying all standard
format images kept in one specified folder online.
I know that browser can do that, but there must be a specified exact path to
the picture.
I would like to specify the folder only, and that program should be able to
display all images contained in it.
Your comments appreciated,
Jack
 
Hello,
I am looking for the software capable of displaying all standard
format images kept in one specified folder online.
I know that browser can do that, but there must be a specified exact path to
the picture.
I would like to specify the folder only, and that program should be able to
display all images contained in it.
Your comments appreciated,


If I correctly understand what you are looking for, I recommend the
freeware program Irfanview at http://www.irfanview.com/
 
Hello,
I am looking for the software capable of displaying all standard
format images kept in one specified folder online.
I know that browser can do that, but there must be a specified exact path to
the picture.
I would like to specify the folder only, and that program should be able to
display all images contained in it.
Your comments appreciated,
Jack

You can use the below Javascript as a place to start from. Basically,
save that script as a bookmark. Then go to a web baje that has IMGs in
it. click on the bookmark to the script. All links to images on that
page will be placed in another page of just images that you can save.

javascript:bilder='';for(teller=0;teller<document.links.length;teller++){bilder+='<img%20src='+document.links[teller]+'><br/>'};document.write('<center>'+bilder+'</center>');void(vindu.document.close)

Sincerely,
C.Joseph Drayton, Ph.D. AS&T

CSD Computer Services

Web site: http://csdcs.site90.net/
E-mail: (e-mail address removed)90.net
 
Back
Top