eh, will post it anyway.
code:
$file=open(1,@scriptdir+"\page.htm",5)
$file=writeline(1,"<html><body>@crlf")
$=createobject("microsoft.xmlhttp")
$.open("get","http://www.gelos.de/publik/Grafik/Glyphs/ToolButtons/",not 1)
$.send
$page=$.responsetext
$page=split($page,'<A href="')
for $c=2 to ubound($page)
$page[$c]=split($page[$c],'">')
$page[$c]=$page[$c][0]
$file=writeline(1,'<img src="http://www.gelos.de'+$page[$c]+'">@crlf')
next
$file=writeline(1,"</body></html>")
$file=close(1)

to view the list, just open the page.htm in @scriptdir.
to load the files, should happen just by saving as full web page.
_________________________
!

download KiXnet