[TYPO3-dev] typolink und JSWindow

Tapio Markula tapio.markula at atwebteam.com
Fri Feb 9 23:16:49 CET 2007


Steffen Kamper kirjoitti:
> Hi,
> 
> I use on a page popup-Links with JSWindow. The problem is, that all links 
> are referenced to the same window, i need a window for each link.
> I had a look to tslib.page_content and found
> 
> $onClick="vHWin=window.open('".$GLOBALS['TSFE']->baseUrlWrap($finalTagParts['url'])."','FEopenLink','".$JSwindowParams."');vHWin.focus();return 
> false;";
> 
> so if i got the right point this is not possible cause vHWin is hardcoded.
> 
> Before i patch this - does anyone has a better idea ? I want to have 
> typolink cause i need to keep the params flexible, so they are given from 
> TS.
> imageLinkWrap has this feature with JSWindow.newWindow=1
> 
> vg  Steffen 
> 
> 

I have proposed in this list a new link type - JavaScript
to get for links easily JavaScript commands.




More information about the TYPO3-dev mailing list