|
Title: suppress or hide javascript:void(0) Post by: gordis gmbh on September 12, 2016, 02:37:14 AM EasyUI uses href="javascript:void(0)" extensively which is - according to many articles in internet - interpreted as a javascript error. This is for us a problem, as it gives a negative impression to our customers.
How can the message 'javascript:void(0)' in browsers status bar be hidden / suppressed on mouseover on linkbuttons / tab titles? Title: Re: suppress or hide javascript:void(0) Post by: gordis gmbh on September 12, 2016, 06:34:41 AM Further search on this topic has resulted in one workaround:
the "javascript:void(0)" is not displayed when the href is explicitly set to '#'. How can set this href value by default for each linkbutton and tab-panels? |