[uf-discuss] hCard email & type properties
Paul Wilkins
pmw57 at xtra.co.nz
Tue Mar 13 12:24:19 PST 2007
From: "Kim Franch" <romakimmy at gmail.com>
> 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
More information about the microformats-discuss
mailing list