[TYPO3-core] FYI24: #10953: Validation issue: <a> attribute "href" lacks value in shortcut menu
Dmitry Dulepov
dmitry.dulepov at gmail.com
Thu Apr 23 11:39:53 CEST 2009
Hi!
Mathias Schreiber [wmdb >] wrote:
> Whats wrong with <a href="Javascript:myFunctionCall();">?
> Doesn't look nice, but does the job.
In some other builds of MSIE this opens a new window with "javascript:myFunctionCall()" as URL. After all these troubles I ended up on using this code always:
<a href="javascript:void(0)" onclick="functionCall(param1)">Hello</a>
This works always for me.
--
Dmitry Dulepov
In TYPO3 blog: http://dmitry-dulepov.com/article/have-fun-with-the-typoscript-error-hunt.html
LinkedIn: http://www.linkedin.com/in/dmitrydulepov
Twitter: http://twitter.com/dmitryd
Skype: liels_bugs
More information about the TYPO3-team-core
mailing list