Click to See Complete Forum and Search --> : Broken link checker program


rayhab
02-16-2007, 03:54 PM
Hi,
I am looking for a broken link checker program, but theres a catch, it can't simply check the html src code.
In my code i have a javascript function writing a lot of the html, so normal link checker programs won't detect this.

Anyone come across any good ones that would solve my problem?

jackoconnell
02-18-2007, 09:37 PM
You should have a "site map" for search.. check from there.

Stephen Philbin
02-20-2007, 12:34 PM
Just chuck the Javascript and put proper markup in its place, where it belongs. Having Javascript write out essential parts of your site is a very bad idea.

rayhab
02-20-2007, 06:01 PM
well the content isn't static, its dynamic. So thats not possible.

_Aerospace_Eng_
02-20-2007, 06:32 PM
well the content isn't static, its dynamic. So thats not possible.
Then why aren't you using a server side language like PHP?