From: "Kim Franch" <[EMAIL PROTECTED]>
Point taken. Thank you for the further explaination Scott. Back to the
drawing board for me.
What we've taken to doing is to provide the proper url in the href, so that
tools can make good use of it, and use the onmousedown event, so that should
someone click on it, the url is rewritten to incorporate clickthrough data.
<script>
function clickthru(this, click) {
// this.href = whatever rewrite is required
}
</script>
<a href="www.example.org" onmousedown="clickthru(this, '12345')">
--
Paul Wilkins
_______________________________________________
microformats-discuss mailing list
[email protected]
http://microformats.org/mailman/listinfo/microformats-discuss