Click to See Complete Forum and Search --> : text only


dogj
04-07-2003, 01:09 AM
i am trying to get the html only of another page

i actually want to get another pages links (so i use document.links)

i could use window.open to open the other page and then get its links but then the graphics and applets etc will be loaded and i do not want any of that stuff (i may need to load several hundred pages)

any ideas?

khalidali63
04-07-2003, 01:15 AM
did u mean you only wanted anchor(link) tags?

Khalid

dogj
04-07-2003, 08:58 PM
yes