473,322 Members | 1,614 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Reaching/changeing Parameter Value in Java Applet

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.LogonApple t.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?
Nov 19 '05 #1
3 1883
<%# %> is the databinding operator, use <%= %> instead.

-- bruce (sqlwork.com)

"Leif" <Le**@discussions.microsoft.com> wrote in message
news:FA**********************************@microsof t.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.LogonApple t.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?
Nov 19 '05 #2
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

"Leif" wrote:
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.LogonApple t.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?

Nov 19 '05 #3
That solved it. /thanks

"bruce barker" wrote:
<%# %> is the databinding operator, use <%= %> instead.

-- bruce (sqlwork.com)

"Leif" <Le**@discussions.microsoft.com> wrote in message
news:FA**********************************@microsof t.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.LogonApple t.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?

Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: apchar | last post by:
I am trying to use php as a kind of servlet to act as a middle man between a java applet and mysql. I know java has jdbc but it's flakey and painful. php access to mysql is much nicer. So I have:...
0
by: Shawn | last post by:
I am getting the following error with a Java Applet being served out by IIS over HTTPS/SSL using a Verisign certificate: java.lang.NoClassDefFoundError: javax/help/HelpSetException at...
5
by: Rowland | last post by:
Hi, I know this question has prob. been asked a million times, but I couldn't find it in the FAQ, so here goes : I'm trying to write a Java applet to call a dll that resides on the web server...
1
by: polilop | last post by:
i have an java applet, and when i start it it shows a gray win with x. the console shows java.lang.NoClassDefFoundError: GeomApplet (wrong name: vj3/GeomApplet) at...
2
by: Eyal | last post by:
Hey, I would appriciate if anyone can help on this one: I have a java object/inteface having a method with a boolean parameter. As I'm trying to call this method from a javascript it fails on...
3
by: Larry Martin | last post by:
I am trying to run a Java Applet on my ascx page and am getting an IO exception when IE6 tries to load the applet. It seems a lot of others are getting the same problem but a search of the web did...
2
by: Tim Murray | last post by:
First of all, I don't know much about Java, even its naming and version numbering nomenclature, and second, if there is a better group to ask this in, please let me know. System is Mac with...
2
by: pssraju | last post by:
Hi, I am having applet display problem on my PC and the same thing working fine on some of my colleagues PC's. When I cross checked content through view source its exactly same on both the PC's....
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.