
jscript - frames - refresh
We have code that currently runs on Netscape but not on I.E. We use
two framesets. Our form is initially divided into two frames ( A and
B). Frame B is later divided into two frames ( C and D). The code
works on I.E. just fine until we use the refresh button.
Frame D is called from frame C by pressing tehesubmit button with the
following call:
<form name=critform method=post TARGET="D" action="/cgi-bin/webdriver >
<input type=hidden name=MIval value=aa-genelister.apg>
This works fine. ( We are using Informix databse and Informix web
datablade )_
When the refresh button is pressed from I.E. 5 running on a MAC , the
following message is generated:
Requested URL /sgi-bin/webdriver was not found on this server.
When the refresh button is pressed from I.E. 5 running on a wondows 98
PC, the following message is generated:
Requested method POST is not allowed for the URL /cgi-bin/webdriver.
The reload button on Netscape works fine.
All of our forms that consist only of frames A and B work fine on all
systems.
Thank you in advance for your suggestions,
Judy