Click to See Complete Forum and Search --> : Parsing the page


Linas
06-10-2003, 11:49 AM
Hi all,

Suppose for example I want to find all links on the page http://javascript.internet.com/ programmatically. However my code gives access is denied. Then I want to open each link and parse for some key words. Can somebody help with this?

thx for your help! :)

AdamBrill
06-10-2003, 12:08 PM
This would be extremely hard, if not impossible, to do with JavaScript. You would be MUCH better off to go server-side. I use PHP, but ASP or CGI would work just as well. ;) If you have questions with doing it server-side, go to the correct forum section and ask your question there.