This way of including the client is interesting. However, it seems a bit more limiting than using frames:

You can't really leave this page and keep the client with you. Which makes it very easy to forget not to close a browser window. Here's the code if you like this better:


<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>wUnderMu** iframe Partnering Example</title>
</head>
<body>
This way of including the client is interesting.  However, it seems a bit more limiting than using frames:
<P>
<iframe src="http://www.wunderware.com/wundermu/partners/partner_include.html" height=600 width=350 frameborder=yes scrolling=auto name="iframe">
</iframe>
<P>
You can't really leave this page and keep the client with you.  Which makes it very easy to forget not to close a browser 
window.  Here's the code if you like this better:
<hr>

</body>
</html>





Back