cristi - 2006-05-19

Logged In: YES
user_id=1525199

Hi there,

Here's how to open a link ("link.html") in another frame
called "framename":

var pmTest = new TPopMenu
('Test','','f',"parent.framename.location.href='link.html'"
,'test');

I am supposing you have the menu in one frame and you want
to open the page "link.html" in another frame which
belongs to the same frameset.

Good luck!