[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev (OT) HTML Button Question
From: |
Henry Nelson |
Subject: |
Re: lynx-dev (OT) HTML Button Question |
Date: |
Mon, 21 Jan 2002 11:03:35 +0900 (JST) |
> <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 address@hidden