[Typo3-dev] Typolink: Accessible popup links

Mads Brunn mads at typoconsult.dk
Tue Apr 5 07:52:49 CEST 2005


Hi list

I noticed that the javascript popup links generated by the typolink 
function are not accessible.

Right now javascript popup links look like this:

<a href="#" 
onclick="vHWin=window.open('http://myUrl/?type=98','FEopenLink','scrollbars=1,width=550,height=550');vHWin.focus();return 
false;"
 >

In fact they should look like this:

<a href="http://myUrl/?type=98" 
onclick="vHWin=window.open('http://myUrl/?type=98','FEopenLink','scrollbars=1,width=550,height=550');vHWin.focus();return 
false;"  target="_blank">

Otherwise the link won't work if javascript is turned of in the browser.

I hope that someone with access to the bugtracker will submit this as a bug.

Best regards

Mads Brunn




More information about the TYPO3-dev mailing list