[Typo3] Mailformular open after clixk "send" button an new windows - why?
Jeppe Vesterbæk
jhve02 at control.auc.dk
Thu Jun 30 12:10:02 CEST 2005
> but when i click the "send" button, then a new window opens.
>
> when i look at the quellcode from the homepage, there stand
>
> target="page"
>
> but the content should be shown in the same window, like
>
> target="_self"
>
> i don't know how i can to declare "target" it into the Mailformular.
>
>
Try adding
# Open pages (links) in the same window by default
PAGE_TARGET=_self
to your template typoscript constants.
/Jeppe
More information about the TYPO3-english
mailing list