
I suspect this is a problem with the server code (written by me) and I can not seem to find the problem.
I think it has something to do with how it handles a HTTP request.
Anyway, I am looking for a way around it for now.
if I do the load as a hyperlink it loads the frame just fine. For example:
<a href="c1pw-up.htm" target="I1-1">UPDATE</a>
So, if I could simply call the "href" 8 times after the page has loaded this would solve the problem.
I only need to do this on the page load.
If possible to avoid using java it would be nice.
Any Ideas?