Forums Register Login

Java called as a label for a radio button

+Pie Number of slices to send: Send
Hi

I am trying to call a Java localiser function ( returning a string) and use this string as a label for a radio button.

The problem is the java function needs to use double " ", which the radio button does not like !

Here is a snippet of before code which works fine:
lbl = "<input readonly type=radio name=\"pv_lbl\" value=\"M\" checked>Mr";

Here is the above with "Mr" being replaced by the java function:
lbl = "<input readonly type=radio name=\"pv_lbl\" value=\"M\" checked><%=localiser.getText("FORMCOM_6")%>";

I have tried to escape the quotes, ie <%=localiser.getText(\"FORMCOM_6\")%>
But this does not work.

This Q is more of a javascript Q so apologies in advance,

Any Ideas?

"There is no spoon"
[ May 09, 2006: Message edited by: Bear Bibeault ]
+Pie Number of slices to send: Send
"Mister Anderson",

While there may be no spoon, there are a few rules that you need to adhere to here on the Ranch. One that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

bear
JavaRanch Sheriff
[ May 09, 2006: Message edited by: Bear Bibeault ]
I'm sure glad that he's gone. Now I can read this tiny ad in peace!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 1273 times.
Similar Threads
Anchor tag calling Javascript function
parameter to servlet
how to get radio button value
question about objects and events in javascript
checked radio button from an Enum value
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 19, 2024 04:47:25.