Note that there are some explanatory texts on larger screens.

plurals
  1. POcalling second applet once first applet is loaded in JSP/JSF/HTML
    primarykey
    data
    text
    <p>I am working on a JSP/ JSF page where two applets are embeded using tag. Problem is the first applet is having some information that will be updated on the page and the second applet must use that info to load properly.</p> <p>I cannot find a way where i can control calling of the applets. (These applets are third party applets other wise i could have combined both applets). i want to know how i can know the first applet is loaded and then call/enable or show 2nd applet.</p> <p>below are the tags i used for applets on my page.</p> <pre><code>&lt;object name="CSHelper" id="CSHelperId" classid="clsid:9C840-044E-11D1-B3E9-5F499D93" width="100%" HEIGHT="0" ALIGN="middle" codebase="http://java.sun.com/update/1.5.0/jinstall-1_5_0_11-windows-i586.cab#Version=1,5,0,11"&gt; &lt;param name="code" value="ClientUtil"/&gt; &lt;param name="ARCHIVE" value="HelperApplet.jar"/&gt; &lt;/object&gt; &lt;object style="display:none" name="ivrTelephonyBarName" id="ivrTelephonyBarId" classid="clsid:89C840-044E-11D1-B3E9-0599D93" width="100%" HEIGHT="75" ALIGN="middle" codebase="http://java.sun.com/update/1.5.0/jinstall-1_5_0_11-windows-i586.cab#Version=1,5,0,11"&gt; &lt;param name="code" value="&lt;%=cTIConnectionParams.getAppletJarClass()%&gt;"/&gt; &lt;param name="ARCHIVE" value="&lt;%=cTIConnectionParams.getAppletJar()%&gt;"/&gt; &lt;param id="AGENT_ID" name="AGENT_ID" value="&lt;%=cTIConnectionParams.getAgentID()%&gt;"/&gt; &lt;%--&lt;param id="sAgentID" name="sAgentID" value="0202"/&gt;--%&gt; &lt;param id="AGENT_PASS" name="AGENT_PASS" value="&lt;%=cTIConnectionParams.getAgentPassword()%&gt;"/&gt; &lt;param id="INSTRUMENT" name="INSTRUMENT" value="&lt;%=cTIConnectionParams.getInstrument()%&gt;"/&gt; &lt;param id="params" name="params" value="&lt;%=cTIConnectionParams.getParams()%&gt;"/&gt; &lt;param id="iconsPath" name="iconsPath" value="&lt;%=contextCtiUrl%&gt;images/appletIcons/"/&gt; &lt;param id="configPath" name="configPath" value="&lt;%=contextCtiUrl%&gt;"/&gt; &lt;/object&gt; </code></pre> <p>I want to laod "CSHelperId" first and then the last when which is not diaplyed purposely. Any technique will work for me.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload