This would be your page, essentially. The wUnderMu** you see at the right is included in the frameset tags of the HTML code. Speaking of which, here's the HTML code:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>wUnderMu** Frames Partnering Example</title>
</head>
<frameset cols="*,350" border="0" frameborder="0">
    <frame name="yourPage" src="myFrame.html">
    <frame name="wUnderMu" src="http://www.wunderware.com/wundermu/partners/partner_include.html">
</frameset>

</html>

Of course, you may have more frames, want it on the left, etc.

This option is pretty neat because it allows your patrons to surf around your web site in the same browser as the client is running in. Something to note: The browser window must stay open or the client will die. This is a convinient way to avoid that problem. Esp. if you have some education site that you want to step students through a curriculem.

Back