Please Help!

liunx

Guest
Hi all.<br />
<br />
I have a list of websites on a page i have created. <br />
<br />
What i want to be able to do is to tell if the links are still active and/or if the pages have been modified.<br />
<br />
Is there anyway in HTML/CGI/ASP that this can be achieved.<br />
<br />
Any Help is greatly appreciated.<br />
<br />
Daniel<!--content-->Basically what you want is a link validator, aka 404 checker. HTML alone will not do this. A CGI or ASP script will, if you can find one. A good place to start looking is <!-- w --><a class="postlink" href="http://www.cgi-resources.com">www.cgi-resources.com</a><!-- w --> .. They maintain a huge database of CGI scripts and applications that will do just about whatever you want.<!--content-->W3C provides such a manual service<br />
<br />
<!-- m --><a class="postlink" href="http://validator.w3.org/checklink">http://validator.w3.org/checklink</a><!-- m --><!--content-->
 
Back
Top