Hello,

I have a Struts action as the source of a frame - the action does some 
processing and puts the results on the HttpSession. The JSP which is 
subsequently called then picks up these results.

So the code looks like this:

<script>
function load() {
   top.frames[0].location='navigation.do';
   top.frames[0].location.reload(true);
}
</script>
<body onload="load()">

The problem is that even though the load() function is called, the 
Navigation action isn't. This only happens in IE4 - not IE5 or Netscape. And 
as soon as you do a manual refresh, it's fine.

Does anyone have any ideas why this might be happening? I've done all the 
obvious things like setting it to always refresh, deleting temporary files, 
etc.

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Reply via email to