>     <BUTTON TYPE=submit NAME="act" VALUE="PerformThisAction">
>     Show only this label</BUTTON>
> 
> I want the displayed and clickable text to be "Show only this label",
> and the text "PerformThisAction" to be not shown at all, but
[...]
> Is there any way to do what I want?  This would seem to be useful
> in case I have multiple language versions of a page, but I always
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  | an aside: unless VERY simple, I would recommend offering multiple
  | pages, one for each language.

Perhaps this is not what you want, but generally I so this kind of
thing with two separate statements:

<input type="hidden" name="gakban" value="$gakb">
<input type=submit value="** 答案を提出する **">

__Henry

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to