[TYPO3-dev] Trouble with navFrameScript

Michael Miousse michael.miousse at infoglobe.ca
Fri Dec 12 16:05:48 CET 2008


Petra Arentzen wrote:

> Michael Miousse schrieb:
>> Petra Arentzen wrote:
>> 
>> 
>> so if i understand you correctly, you have created a navigation frame
>> which is implemented correctly and create your left side with no menu
>> because you don't know how to create links that will only refresh your
>> left side?
>> 
>> 
> Hello Michael,
> 
> yes, that fits my problem. I might be blind but I did not find any
> documentation how to solve this.
> 
> Greetings
> 
> Petra
> 
if you need to create a link to the current script and pass new parametres
you only have to use the jumpTo javascript function to do it:

$aOnClick = 'return jumpTo(\''.$this->getJumpToParam($row,'OR').'\',this
\''.$this->treeName.'\');';
                        $icon = '<img src="'.$BACK_PATH.PATH_txdam_rel.'i/plus.gif"  width="8"
height="11" border="0" alt="" />';
                        $control .= '<a href="#" onclick="'.htmlspecialchars($aOnClick).'">'
$icon.'</a>';

you can see this exemple in the dam

-- 
Michael Miousse
Infoglobe
michael.miousse at infoglobe.ca




More information about the TYPO3-dev mailing list