|
 |
asp_discuss thread: to disable hyperlinks from any web sit like hotmail or yahoo
Message #1 by arvindk@n... on Thu, 12 Jul 2001 06:10:27
|
|
hi,
i have a list of urls.
like
www.hotmal.com
www.yahoo.com
etc.
what i want that when i show the page from these urls,
the hyperlinks should be disabled.
i.e parsing the page before displaying the output.
how can i go about this.
please solve this problem.
thanks and regards
arvind
Message #2 by Hal Levy <hal.levy@s...> on Thu, 12 Jul 2001 08:22:48 -0400
|
|
How: You can load the pages by using a product such as the Web Enterprise
Tool from www.dart.com. Then parse those pages for anything that is either
<A href=...> or </a> and remove it out of the page.
I'd seriously consider the legality, however. If this is for public
consumption you could have these companies all over you for changing their
content (EG: links to advertisers).
Hal Levy
StarMedia Network, Inc.
Intranet Development Manager
> -----Original Message-----
> From: arvindk@n... [mailto:arvindk@n...]
> Sent: Thursday, July 12, 2001 2:10 AM
> To: asp_discuss
> Subject: [asp_discuss] to disable hyperlinks from any web sit like
> hotmail or yahoo
>
>
> hi,
> i have a list of urls.
> like
> www.hotmal.com
> www.yahoo.com
> etc.
> what i want that when i show the page from these urls,
> the hyperlinks should be disabled.
> i.e parsing the page before displaying the output.
>
> how can i go about this.
> please solve this problem.
>
> thanks and regards
> arvind
>
|
|
 |