This Hotspot formula in a navigator can be used to open 2 different pages in 2 different frames when the user clicks on a link.
The formula given below opens a Navigator in a frame called "left" and a form in the "Right" frame when the Web user clicks on the link.
bName:=@ReplaceSubstring(@Subset(@DbName;-1);"";"/");
@If(@IsMember("$$WebClient";@UserRoles);
@URLOpen("javascript:parent.Left.location.href='/
"+dbName+"/NavigatorName?OpenNavigator';
parent.Right.location.href='/"+dbName+"/FormName?openform' ");
@Command([OpenNavigator];"NavigatorName"))
Cheers
Kiran
k.kumar@initiatives.co.uk
This was first published in November 2000