Hi,
I have installed oracle 10g and generated a form .Now when I am compiling the form,its not getting displayed in the browser.
In the browser,below lines are getting displayed.
<html> <head> ORACLE FORMS.</head>
<body onload="document.pform.submit();" >
<form name="pform" action="http://localhost:8889/forms90/f90servlet" method="POST">
<input type="hidden" name="form" value="C:\Documents and Settings\DebarajB\Desktop\ESHWAR\tree_sample.fmx">
<input type="hidden" name="userid" value="IBAFRM/IBAFRM@APAC11R2.world">
<input type="hidden" name="obr" value="yes">
<input type="hidden" name="array" value="YES">
</form> </body></html>
I have IE 7 and jdk version jdk-6u22-windows-i586.exe installed.
Also set the
baseHTMLjinitiator=basejpi.htm in formsweb.cfg file.
Please help
I have installed oracle 10g and generated a form .Now when I am compiling the form,its not getting displayed in the browser.
In the browser,below lines are getting displayed.
<html> <head> ORACLE FORMS.</head>
<body onload="document.pform.submit();" >
<form name="pform" action="http://localhost:8889/forms90/f90servlet" method="POST">
<input type="hidden" name="form" value="C:\Documents and Settings\DebarajB\Desktop\ESHWAR\tree_sample.fmx">
<input type="hidden" name="userid" value="IBAFRM/IBAFRM@APAC11R2.world">
<input type="hidden" name="obr" value="yes">
<input type="hidden" name="array" value="YES">
</form> </body></html>
I have IE 7 and jdk version jdk-6u22-windows-i586.exe installed.
Also set the
baseHTMLjinitiator=basejpi.htm in formsweb.cfg file.
Please help