special thanks - It is working!!!!!
special thanks - It is working!!!!!
- Subject: special thanks - It is working!!!!!
- From: Tudor <email@hidden>
- Date: Wed, 13 Mar 2002 21:42:33 +1000
Again many thanks for the help, special thanks to Rob and Havard.
for anyone who is interested:
tell application "Internet Explorer"
set the_previews to "5000"
set the_folder to "Macintosh HD:downloads:205001-210000:"
set x to 1
repeat the_previews times
set this_preview to (205001 + x) as text
OpenURL ("
http://www.site.com/users/PagePreview.asp?pageID=" &
this_preview) to file (the_folder & this_preview & ".asp")
set x to x + 1
end repeat
end tell
Tudor Marsden-Huggins
Tel: +61-7-3878 5881
Cell: +61-416 161 600
Fax: +61-7-3878 4887
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.