G
Guest
I'm trying to set a parameter Value (see adddata below) from codebehind to a
Java Applet. It looks good until I view the code in the Browser. (right click
in Window).
<APPLET height="140" archive="/Archive/cbt_bidt_2_5_7_sign.jar" width="460"
align="top" code="com.ibm.cbt_bidt_2_5_7.thinclient.LogonApplet.class"
name="LoginApplet" mayscript VIEWASTEXT>
<PARAM NAME="adddata" VALUE="<%#BLUEISR_MESSAGE%>">
<PARAM NAME="locale" VALUE="sv">
<PARAM NAME="scriptable" VALUE="true">
<PARAM NAME="cabbase" VALUE="/Archive/cbt_bidt_2_5_7_sign.cab">
</APPLET>
how can I give VALUE a value?
Java Applet. It looks good until I view the code in the Browser. (right click
in Window).
<APPLET height="140" archive="/Archive/cbt_bidt_2_5_7_sign.jar" width="460"
align="top" code="com.ibm.cbt_bidt_2_5_7.thinclient.LogonApplet.class"
name="LoginApplet" mayscript VIEWASTEXT>
<PARAM NAME="adddata" VALUE="<%#BLUEISR_MESSAGE%>">
<PARAM NAME="locale" VALUE="sv">
<PARAM NAME="scriptable" VALUE="true">
<PARAM NAME="cabbase" VALUE="/Archive/cbt_bidt_2_5_7_sign.cab">
</APPLET>
how can I give VALUE a value?