views:

20

answers:

1

I want a tool like Xenu's Link Sleuth developed using JavaScript because I cannot use any sever side scripting. Alternatively, can you offer any tips and links to help to develop a client side tool.

+1  A: 

You can use AJAX requests to check links on your own domain, but because of the same origin policy, you can't use it to check other websites.

casablanca