- From: Andrew Kirkpatrick <akirkpatrick@macromedia.com>
- Date: Tue, 16 Aug 2005 15:42:29 -0700
- To: <w3c-wai-gl@w3.org>
Received on Tuesday, 16 August 2005 22:42:46 UTC
<a href="javascript:doSomething();">Action Link</a> <a href="javascript:;" onclick="doSomthing();">Action Link</a> <a href="javascript:doSomething();" onclick="doSomthing();return false;">Action Link</a> <a href="#" onclick="doSomething();return false;">Action Link</a> <a href="/" onclick="doSomthing();return false;"><Action Link</a> Why not: <a onclick="doSomething();return false;">Action link</a> I don't know what different user agent would do with this. It is possible that it wouldn't be in the tab order unless a tabindex was also added. Just a thought... AWK
Received on Tuesday, 16 August 2005 22:42:46 UTC