this code opens 2 ms word docs into a single browser window. the 2nd document shows first and looks ok, but when i cick the back button on the browser to see the first document, it looks like garbage. anyone no why?
<!--
function submitforms()
{
var d1 = "Test1.doc";
var d2 = "Test2.doc";
myWindow = window.open(d1);
myWindow.location="}
// -->
</script>
<!--
function submitforms()
{
var d1 = "Test1.doc";
var d2 = "Test2.doc";
myWindow = window.open(d1);
myWindow.location="}
// -->
</script>