Getting every link from a webpage in explorer
Getting every link from a webpage in explorer
- Subject: Getting every link from a webpage in explorer
- From: Bjorn Van Blanckenberg <email@hidden>
- Date: Fri, 26 Apr 2002 09:08:58 +0200
I used this javaScriptCode and I'am getting every link but when I try to
copy the URL's to iGetter I get an archive, I need the copy every single URL
to iGetter.
Is there also a way to get every link from the links I'am getting with this
javaScriptCode
I mean
Webpage
Link 1
-> Link 1
-> Link 2
-> Link 3
Link 2
-> Link 1
-> Link 2
-> Link 3
Link 3
-> Link 1
-> Link 2
-> Link 3
set javaScriptCode to "numLinks=document.links.length;
linkList='';for (i=0; i<numLinks; i++) {
linkList= linkList + document.links[i] + '\\r';}"
--
Thanks
Bjorn
_______________________________________________
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.