0
我想通過Typoscript和文本對象插入iframe。 它的工作原理,當我想添加1個變量的URL字符串。Typoscript中的IFrame與2個變量
MAIN.10 = TEXT
MAIN.10.data = TSFE:fe_user|user|username
MAIN.10.wrap = <iframe src="http://example.com/index.php?user=|"></iframe>
現在我必須在URL中包含字符串2個變量,這樣的:
MAIN.10.wrap = <iframe src="http://example.com/index.php?user=|&email=|"></iframe>
我如何能實現呢?我從幾個小時開始就在測試和搜索,如果有人在那裏,誰會知道解決方案,那就太好了。
感謝您的幫助。
太棒了!謝謝你的解決方案! – Hayo