#95550 - 2002-11-17 08:42 PM
Re: Jooel - need your web scripting expertise
|
Shawn
Administrator
Registered: 1999-08-13
Posts: 8611
|
Theres a web site that has all the icons that I want to embed into Kixforms ... heres the link:
http://www.gelos.de/publik/Grafik/Glyphs/ToolButtons/
This has to be the best site I've ever seen that has the type of icons we need. All the standard MS icons are there ... its awesome.
I've already grabbed a handfull but its real slow going - and Im worried that the link will disappear ...
Is there any way that you can script an FTP to this page (whatever) to download all the icons into a zip archive ?
Would owe you big-time if possible.
|
Top
|
|
|
|
#95559 - 2002-11-17 09:35 PM
Re: Jooel - need your web scripting expertise
|
Lonkero
KiX Master Guru
Registered: 2001-06-05
Posts: 22346
Loc: OK
|
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
|
Top
|
|
|
|
#95562 - 2002-11-17 10:15 PM
Re: Jooel - need your web scripting expertise
|
Howard Bullock
KiX Supporter
Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
|
Just altered udfCollector.pl some and now have 481 bitmaps.
I think I need to see if I can distill this down to something generic.
|
Top
|
|
|
|
#95565 - 2002-11-17 11:05 PM
Re: Jooel - need your web scripting expertise
|
Howard Bullock
KiX Supporter
Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
|
|
Top
|
|
|
|
Moderator: Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart
|
0 registered
and 920 anonymous users online.
|
|
|