testing links in a document

testing links in a document

12
Basic UserBasic User
12

    Nov 01, 2014#1

    Is there any easy way to test that all internal links within a document are working? Several links may be pointing to the same id.

    Code: Select all

    <a href="#blahblah">

    Code: Select all

    <p id="blahblah">

    6,602548
    Grand MasterGrand Master
    6,602548

      Nov 01, 2014#2

      This could be done with an UltraEdit macro or better with an UltraEdit script.

      But I use for testing hyperlinks free tool Xenu's Link Sleuth. It is very easy to use. It can be used offline and online. It is a simple tool which consists of a small EXE, a help (CHM) and an INI file. And it can be even used directly from a USB storage media. Last, it is also very fast.

      However, if you want an UltraEdit script for checking local links in small HTML or XHTML files, it would be no problem for me to code one. This is a trivial task for a JavaScript programmer.
      Best regards from an UC/UE/UES for Windows user from Austria

      12
      Basic UserBasic User
      12

        Nov 02, 2014#3

        Many thanks indeed, Mofi - I downloaded Xenu and it proved a perfect solution.