hey,
in my app, it checks the URL using http methods and returns certain codes
if codes match (say.. 1000) it will show an image of a blue dot.. if it matches all the other codes like 3000+ it will display a red image next to the URL.
in this pic, only yahoo.com has a http value of 1000 so it displays a blue pic, all the rest display red. the user can input any URL they want, replacing those 4 URLS for it to check.. all URLs have different http values depending on this code i have, don't worry about how the http methods work just tell me what's the best way to script this.. because if they only put 1 URL sometimes it shows all 4 red dots even though i havn't specified 4 URLs but only 1..


