Problems with IE and ORACLE WebServer
Date: Wed, 24 Jun 1998 10:27:24 GMT
Message-ID: <3590d07d.502109495_at_news.xs4all.nl>
Hello I'm facing a very strange problem
this a bit of a form that I use in a web application,
....
<INPUT TYPE="hidden" NAME="O_LANGUAGE_PRIO15" VALUE="V">
<INPUT TYPE="hidden" NAME="O_WEEK_PRIO16" VALUE="I">
<INPUT TYPE="hidden" NAME="O_COUNTRY_PRIO17" VALUE="V">
<INPUT TYPE="hidden" NAME="O_REGION_PRIO18" VALUE="I">
<INPUT TYPE="hidden" NAME="O_PRO_PROJ_ID" VALUE="">
<INPUT type=hidden name="Z_ACTION">
<INPUT type=button value="Save" onClick="btnVFU_OnClick(this)">
<INPUT TYPE="reset" VALUE="Undo">
</FORM>
Ok till here I don't have any problem. Wen I see this code with Netscape everything it's ok, but look what happens when I open this page with IE ( 3.x, and 4.x versions)
<INPUT TYPE="hidden" NAME="O_LANGUAGE_PRIO15" VALUE="V">
<INPUT TYPE="hidden" NAME="O_WEEK_PRIO16" VALUE="I">
<INPUT TYPE="hidden" NAME="O_COUNTRY_PRIO17" VALUE="V">
<INPUT TYPE="hidden" NAME="O_REGION_PRIO18" VALUE="I">
<INPUT TYPE="hidden" NAME="O_PRO_PROJ_ID" VALUE="">
<SCRIPT><!--
document.write('<input type=hidden name="Z_ACTION">')
//-->
</SCRIPT>
<SCRIPT><!--
//--> <INPUT TYPE="submit" NAME="Z_ACTION" VALUE="Save"> <!--
document.write('<input type=button value="Save"
onClick="btnVFU_OnClick(this)">')
//-->
</SCRIPT>
<INPUT TYPE="reset" VALUE="Undo">
</FORM>
And the rest of the page it's exactly the same. My problem it's that because of this everytime that i submit this form to oracle web serevr i get a "Please requery the description it's being changed by another user" error message. With Netscape this never happens.
Does anyone ave a clue wy it's the HTML diferent betwen IE and Netscape.
Thanks in advance, and sorry for a big message
Afonso Vaz Received on Wed Jun 24 1998 - 12:27:24 CEST
