[TYPO3-dev] typolink und JSWindow

Steffen Kamper steffen at dislabs.de
Fri Feb 9 22:46:57 CET 2007


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 






More information about the TYPO3-dev mailing list