Hi all,
I have an html page. I want to find out whether the links on that page is broken or not programmatically.
Please help
thanks in advance
Printable View
Hi all,
I have an html page. I want to find out whether the links on that page is broken or not programmatically.
Please help
thanks in advance
Do you want to code this on your own or is it just to make your life easier?
This link does it for you if you dont want to program it.
http://validator.w3.org/checklink
Perhaps this can lead you into the right direction...