This code refers to the SmartTree pane and i presume you are in SmartEdit. I suggest opening a template editing window, go Ctrl+N, observe the Url, then set your link javascript to form a url of similar nature.
Regards, Richard. Sent from my mobile. Sorry if it's brief. Vinodh <[email protected]> wrote: Hi, I am using the following function to open the template editor for a particular content class through RQL. when i click the link Nothing happens(not even an error). Can some please tell me if there is some mistake in the below code. Or Is there some other way to do this? <a href="javascript:GotoTreeSegment('" + guid + "', 'app.4015');">" + ContentClassName + "</a></li>") function GotoTreeSegment(sGuid, sType) { top.opener.parent.parent.parent.ioTreeIFrame.frames.ioTreeFrames.frames.ioTree.ShowInfoLabel(); top.opener.parent.frames.ioTreeData.location="../../ioRDLevel1.asp?Action=GotoTreeSegment&Guid=" + sGuid + "&Type=" + sType + "&CalledFromRedDot=0"; } Thanks in advance Vinodh R.S -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en. -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
