yeah should be possible but it depends on how are you getting the url's?
are they saved in a text file?
if so how is the text formatted? (eg space's in between, a new line for each url?)
or are you getting them from safari or camino directly?
it would be from a URL probably - ie an html file most likely. Let say that the url is hard coded in the applescript - and the script reads the html from that...
OK I have made a simple applescript, I have read in some URL's from a text file (with the script), they are seperated by spaces. I hope it's useful.
View attachment applescript.zip
This will work with any list of URL's (without spaces in them) seperated by spaces.