SuperMoonster
Programmer
Hello guys,
I'm having a problem in reloading pages that only happens in IE.
On my page, I have:
On the first time, it works fine. But then the user clicks a link that executes a script, changes data and reloads to the SAME page. The data changed would make difference on the displayed content on the page loaded on the downFrame (with the script above). The thing is... when the page is reloaded, apparently it does not reopen the page in the downFrame, 'cause it makes no difference at all. When i click the frame with the right button and go to Reload, it works.
And it's working fine on Firefox, Konqueror and Mozilla.
What should I do to make it work on IErgh? How can I force my browser to really reload?
thanks
I'm having a problem in reloading pages that only happens in IE.
On my page, I have:
Code:
<script type="text/javascript"> window.open("/System/pages/pedido/barraPedido.jsp","downFrame");
</script>
On the first time, it works fine. But then the user clicks a link that executes a script, changes data and reloads to the SAME page. The data changed would make difference on the displayed content on the page loaded on the downFrame (with the script above). The thing is... when the page is reloaded, apparently it does not reopen the page in the downFrame, 'cause it makes no difference at all. When i click the frame with the right button and go to Reload, it works.
And it's working fine on Firefox, Konqueror and Mozilla.
What should I do to make it work on IErgh? How can I force my browser to really reload?
thanks