[Typo3] Transfering GET parameter to frame source via TS

Daniel Vordemvenne dv at forty-four.de
Fri Apr 1 13:08:22 CEST 2005


Hi Joey,

this does not solve my Problem. Here is the produced html-sourcecode:

<frameset rows="173,*" border="0" framespacing="0" frameborder="NO">
<frame src="197.2.html" name="page" scrolling="NO" noresize="" 
frameborder="NO" marginwidth="0" marginheight="0" />
<frameset cols="*,970,*">
<frame src="197.3.html" name="left" />
<frame src="TEXT" name="shop" scrolling="AUTO" noresize="" frameborder="NO" 
/>
<frame src="197.4.html" name="right" />
</frameset>
</frameset>As you see between 197.3 and 197.4 there is frame src="TEXT"Do 
you know what to do?Daniel"JoH" <info at cybercraft.de> schrieb im Newsbeitrag 
news:mailman.1.1112349704.29875.typo3-english at lists.netfielders.de...
>> temp.url = TEXT
>> temp.url.value = {GP:cPath}
>                ^^^^
>> temp.url.stdWrap = shop/catalog/index.php?cPath=|
>                ^^^
> I guess you wanted to do it like this:
>
> temp.url = TEXT
> temp.url.value = shop/catalog/index.php?cPath={GP:cPath}
> temp.url.insertData = 1
>
> Joey
>
> -- 
> Wenn man keine Ahnung hat: Einfach mal Fresse halten!
> (If you have now clues: simply shut your gob sometimes!)
> Dieter Nuhr, German comedian
> openBC: http://www.openbc.com/go/invuid/Jo_Hasenau
>
> 





More information about the TYPO3-english mailing list