<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-8859-1">
<META NAME="GENERATOR" CONTENT="HTML Transit 4.0 by InfoAccess Inc. www.infoaccess.com">


<SCRIPT LANGUAGE="JavaScript">
<!-- 
function setLink(value1, value2)
{
}
// -->
</SCRIPT>


<SCRIPT LANGUAGE="JavaScript1.1">
<!-- 
function setLink(value1, value2)
{
   document.cookie = "TransitLink=" + value1 + ";PATH=/"
   document.cookie = "TransitFrame=" + value2 + ";PATH=/"
}
// -->
</SCRIPT>

 <LINK REL="StyleSheet" HREF="knowledge_PHX.css" TYPE="text/css">
<Script Language ="JavaScript">
<!--
var seed;
seed="Knowledge Builder Integrator Kit User Guide - Defining the physical path to Knowledge Builder content***Knowledge Builder Tools***";
function dspbook()
{
window.status = seed;
}
function EmptyStatus()
{
window.status ="";
}
-->
</Script>
</HEAD>
<BODY BGCOLOR="#ffffff" TEXT="#000000" LINK="#0000ff" VLINK="#0000ff" ALINK="#800040" onload="dspbook();" onUnload="EmptyStatus();"><A NAME="TopOfPage"> </A>


<UL><UL><UL><UL><P ALIGN="LEFT"><A HREF="#P161_5062" NAME="LOC_P161_5062"><FONT FACE="Arial" SIZE="-1">Linking from one bookset to another bookset</FONT></A></P></UL></UL></UL></UL>
<P ALIGN="CENTER"><IMG SRC="sreds.gif"></P>

<H2><A NAME="P160_5036"></A><B>Making inter-bookset calls</B><A NAME="P160_5062"></A></H2>

<p class="headingminor"><A NAME="P161_5062"></A><B>Linking from one bookset to another bookset</B></p>

<H4><B><I>Prerequisites</I></B></H4>

  <UL><li class = "normbullet1"> Experion PKS R210 Knowledge Builder is installed </li>

  <li class = "normbullet1"> At least two booksets are available</li>

</UL><P>To make an inter-bookset call (link) from one content page in one bookset to other content page in another bookset, do the following:</P>
<P><UL>
<TABLE CELLSPACING="1" CELLPADDING="1">
<TR>
<TD VALIGN="TOP" WIDTH="40"><p class="ch1"><B>Step</B></p>
</TD>
<TD VALIGN="TOP" WIDTH="480"><p class="ch1"><B>Action</B></p>
</TD></TR>
<TR>
<TD VALIGN="TOP" WIDTH="40"><p class="step"><B>1</B></p>
</TD>
<TD VALIGN="TOP" WIDTH="480"><p class="cn">Open each html file (the source file and the targeted file) and insert the following &lt;Object&gt; tag, JavaScript code in content of file.</p>
<p class="cn">&lt;object id=&quot;Help1&quot;classid=&quot;clsid:D24354E3-3B5A-11D6-BC4A-000064657374&quot;<BR>
    codebase = &quot;_Program Files/Honeywell/PST_Client/Bin#version=1,0,0,0&quot;<BR>
    Align = &quot;baseline&quot;<BR>
    border = &quot;0&quot;<BR>
    BackColor = &quot;46084096&quot;<BR>
    Width = &quot;1&quot;<BR>
    height=&quot;1&quot;&gt;<BR>
 &lt;param name=&quot;_ExtentX&quot;value=&quot;2593&quot;&gt;<BR>
 &lt;param name=&quot;_ExtentY&quot;value=&quot;767&quot;&gt;<BR>
&lt;/object&gt;</p>
<P><BR>
&lt;SCRIPT Language=&quot;javascript&quot;&gt;<BR>
   function Help(Value1, value2)<BR>
   {<BR>
      Help1.GetLink(Value1, value2)<BR>
   }<BR>
&lt;/SCRIPT&gt;</P>
</TD></TR>
<TR>
<TD VALIGN="TOP" WIDTH="40">&#160;
</TD>
<TD VALIGN="TOP" WIDTH="480"><p class="cn">Note: Once the above code is placed in both html files, the following code should be placed in the source file so it can make a call to the targeted bookset's content page.</p>
</TD></TR>
<TR>
<TD VALIGN="TOP" WIDTH="40"><p class="step"><B>2</B></p>
</TD>
<TD VALIGN="TOP" WIDTH="480"><p class="cn">Use the following code as an example of what should appear in the source file that contains the hyperlink to the targeted file.</p>
<p class="cn">Note: Legacy booksets may have a &quot;.&quot; delimiter.<BR>
Experion PKS R210 KB supports both &quot;.&quot; and &quot;@kb@&quot; delimiters.</p>
<P ALIGN="LEFT"><B><FONT FACE="Arial" SIZE="-1">Example of Legacy call - use Copy Reference Link tool to define path:</FONT></B></P>
<p class="cn">&lt;A HREF =&quot;JavaScript:Help('ftw_tps.TP08W.Accessing HCI Server from Remote Client.Configuration Considerations.Two-way trust relationships','App_Node 230')&quot;&gt;</p>
<P ALIGN="LEFT"><B><FONT FACE="Arial" SIZE="-1">Example of R210 call - use Copy Reference Link tool to define path:</FONT></B></P>
<p class="cn">&lt;A HREF =&quot;JavaScript:Help('TP08W@kb@Accessing HCI Server from Remote Client@kb@Configuration Considerations@kb@Two-way trust relationships','App_Node 230')&quot;&gt;</p>
</TD></TR></TABLE></UL>
<P ALIGN="CENTER"><IMG SRC="sreds.gif"></P>
</BODY>
</HTML>
