You could do it your self, how handy are you with ruby? Use 'hpricot' and 'open-uri' http://code.whytheluckystiff.net/hpricot/ A rough guess would be
#!ruby #Get the html doc you want to check then loop through checking the status of each link (doc/a).each do |link| # now check the status link.attributes['href'] end On Jan 8, 2008 11:10 AM, dwain <[EMAIL PROTECTED]> wrote: > i have been trying to check the links on my web site. it has 176 pages, > but the link checker only checks a maximum of 150 links. who would i > contact to ask for a larger number of pages (links)? i went to the w3c web > site and have not found a contact link for the link checker. i think it > would be out of line (ot) to contact the membership contact. any ideas or > better information? > dwain > > -- > dwain alford > "The artist may use any form which his expression demands; > for his inner impulse must find suitable expression." Kandinsky > ******************************************************************* > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > Help: [EMAIL PROTECTED] > ******************************************************************* -- Camocarzi - www.camocarzi.com ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
