G
Guest
How I can achieve in javascript the behavior that I can get from a Java Label?
I want to have a TEXT input which is initially preceded by the word "grams";
but depending upon user input from a radio button, it should later be
programmatically changed to say "ounces".
grams<INPUT type=TEXT NAME="whatver" VALUE="0"></INPUT>
^^^^^^
I want javascript to be able to change the above string 'grams', or else do
something so that it looks as if it were changed. Can I change it directly, or
should I use a LAYER <div> or what? Thanks.
I want to have a TEXT input which is initially preceded by the word "grams";
but depending upon user input from a radio button, it should later be
programmatically changed to say "ounces".
grams<INPUT type=TEXT NAME="whatver" VALUE="0"></INPUT>
^^^^^^
I want javascript to be able to change the above string 'grams', or else do
something so that it looks as if it were changed. Can I change it directly, or
should I use a LAYER <div> or what? Thanks.