• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Getting every link from a webpage in explorer
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: Filemaker script.
  • Next by Date: Re: Password input
  • Previous by thread: Re: Shell scripts (revisited)
  • Next by thread: Re: Getting every link from a webpage in explorer
  • Index(es):
    • Date
    • Thread