Rank: Advanced Member Groups: Member
Joined: 6/4/2008 Posts: 38
|
Hello,
I have my webform with frames, some forms I want to be seen in one of my frames, and other in a new window (_blank), I put the target = "myFrame" in my HTML code. What can I do to some menus been displayed in my frame and other in a new window ?
Thanks a lot.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Here you go: http://www.essentialobjects.com/ViewDoc.aspx?t=EO.Web.NavigationItem.TargetWindow.htmlYou would set this property on the menu item. So if you want menu item A to go to "_self", set menu item A's TargetWindow to "_self". If you want menu item B go to "otherFrame", set menu item B's TargetWindow to "otherFrame". Thanks
|