Jigal van Hemert pisze:
> Hi list,
> 
> In a piece of TS I set ....typolink.parameter.current = 1, but I want to
> force parameter.extTarget = _blank.

simple example

page.100 = TEXT
page.100 {
value = aaa
typolink.parameter = 1
typolink.extTarget = _blank

}

extTarget doesn't work because link to page id=1 is internal link not 
exteral.

but this works ok

page.100 = TEXT
page.100 {
value = aaa
typolink.parameter = www.google.com
typolink.extTarget = _blank


}

-- 
Bartosz Aninowski
typo(3)holics
http://blog.evo.pl
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to