[Typo3-dev] Typolink: Accessible popup links

Dominic Brander dominic at typo3.org
Tue Apr 5 08:00:06 CEST 2005



Mads Brunn wrote:

> 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.


everybody has access to the bugtracker!
http://bugs.typo3.org

you just have to create a new login - that's it.

cheerio

dominic

-- 
________________________________________________________________________
Dominic Brander
Secretary - TYPO3 Association
http://association.typo3.org





More information about the TYPO3-dev mailing list