Link Checker
"Micha Schopman" <Micha.Schopman-/[email protected]>
| Newsgroups | gmane.comp.cms.cms-forum.general |
|---|---|
| Message-ID | <[email protected]> |
I personally implemented link checking in combination with integrity
management. A broken link is useless to display, so I have the option to
force the user not to delete an article if there is a internal reference
to it.
Harvesting of the links takes place on the content, with javascript. If
you let people attach links as separate properties you have more
control, but usability is at stake then. The opposite of harvesting is,
it is virtually impossible harvesting links like
window.open(url)
document.location.href
document.location.replace
var str = 'http://..."
window.open('http://')
etc.. sometimes the urls depend on business logic, like var string =
'http://www.domain.com?attribute='+attribute;
Micha Schopman
Software Engineer
Modern Media, Databankweg 12 M, 3821 AL Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380
------------------------------------------------------------------------
------------------------------------------------------------------------
-----
Modern Media, Making You Interact Smarter. Onze oplossingen verbeteren
de interactie met uw doelgroep.
Wilt u meer omzet, lagere kosten of een beter service niveau? Voor meer
informatie zie www.modernmedia.nl
------------------------------------------------------------------------
------------------------------------------------------------------------
-----