is there any program or easy way to grab a lot of email addresses that are spread all over a web page?
hovering over the links and copying them down is very slow.
cheers :)
you're not going into the spam business are you.
There are techniques that can be used to do this reasonably easily - something called screen scraping.
You write a script in perl or PHP that will do the work. However, such tools are usually used by spammers!
Joe
:o i dont like spam...tastes horrible
;) ive just gotta email a bunch of people who are listed all on the same site and i cannie be assed to copy and paste each one.
neigh bother..its not that important.
Just view the source of the page and then copy and paste in to Notepad or another text editor.
That's the best way I can think of for just a single page.
Joe