Once a window is created and loaded with an in-place activation document (Word or Excel), I can't send a new URL to the window. When I click on "doc" button, a window is created and Word document displayed in the window. But when I click on "htm" button, nothing happens. The Word document still display in the window. Any ideas?
<script language=JAVASCRIPT>
<!--
var win;
function open_window() {
win=open(" win.focus();
}
//-->
</script>
<input type=button value=doc onclick='open_window();'>
<input type=button value=htm onclick='win.location.href="
<script language=JAVASCRIPT>
<!--
var win;
function open_window() {
win=open(" win.focus();
}
//-->
</script>
<input type=button value=doc onclick='open_window();'>
<input type=button value=htm onclick='win.location.href="