This link is working!

<a href="ok14.htm" class="disabled" title="This link is disabled" >Disabled</a>

To disable alert message remove title atttribute or set 'disabledMsg' option to false
To change the link style you can use a css rule:


a.disabled{cursor:default;opacity:0.4;filter:alpha(opacity=40);}