how to call the forms by web applications
Hi,
How to call the forms by web applications
in client machine which one i have to install whether form server or client
or
can i call from local machine to remote machine(EBS suite installed)
i tried to call from local machine(forms client only installed)by remote machine(EBS suite machine)
coding
<HTML>
<!-- FILE: static_jinit.html -->
<!-- Oracle Static (Non-Cartridge) HTML File Template (Windows NT) -->
<!-- Tags and parameters have been modified for Oracle JInitiator -->
<HEAD><TITLE>Developer Server and Oracle JInitiator</TITLE></HEAD>
<BODY>
<OBJECT classid="clsid:7d0314a8-7851-11d4-a3e1-00c04fa32518"
WIDTH=800
HEIGHT=600>
<PARAM NAME="CODE" VALUE="oracle.forms.engine.Main" >
<PARAM NAME="CODEBASE" VALUE="D:\oracle60\FORMS60\java\" >
<PARAM NAME="ARCHIVE" VALUE="f60all.jar" >
<PARAM NAME="type" VALUE="application/x-jinit-applet;version=1.1.7.31">
<PARAM NAME="serverHost" VALUE="ebs.yantro.com"> (ebs suite application host name)
<PARAM NAME="serverPort" VALUE="8045"> (port number of EBS suite)
<PARAM NAME="serverArgs" VALUE="module=*test.fmx* *userid=apps/apps@FTEN"*>
<PARAM NAME="serverApp" VALUE="default">
<COMMENT>
<EMBED type="application/x-jinit-applet;version=1.1.7.31"
java_CODE="oracle.forms.engine.Main"
java_CODEBASE="D:\oracle60\FORMS60\java\"
java_ARCHIVE="f60all.jar"
WIDTH=800
HEIGHT=600
serverHost="ebs.yantro.com"
serverPort="8045"
serverArgs="module=test.fmx userid=apps/apps@FTEN"
serverApp="default"
pluginspage="/jinitiator/us/jinit_download.htm">
<NOEMBED>
</COMMENT>
</NOEMBED></EMBED>
</OBJECT>
</BODY>
</HTML>
test.fms is customized file.
the problem is applest page not open when i execute the program.