CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 1999
    Posts
    1

    A website html link tree

    I'm trying to develop a navigation tool that will map out the link structure of a website. What I would like to do is be able to draw a link tree say one level deep in a separate window of the web site the user is currently browsing. This would require using some kind of socket sniffer that monitors the information being received by the web browser. I would appreciate any ideas on how to do this.

    Joel


  2. #2
    Guest

    Re: A website html link tree

    Did you get a response to this or figure a way to do this? I need to do the same thing -
    only several layers deep.

    Thanx!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured