Reaching/changeing Parameter Value in Java Applet

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?
 
B

bruce barker

<%# %> is the databinding operator, use <%= %> instead.

-- bruce (sqlwork.com)



| 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?
 
G

Guest

You should not be using the <applet> tag. Some browsers may ignore it since
it is not use anymore.. You must use the <object> tag. This is the HTML 4.1
spec
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top