In article <a7e330bc.0307190635.2a13b829@posting.google.com >,
fredphase@my-deja.com (Fred Phase) wrote:
[color=blue]
> The following button definition works fine in Mozilla where the value
> "in" is assigned to "awol_status". In Internet Explorer 6.0.2800.1106
> on Win 2K the value "switch status" is assigned to "awol_status". This
> is not what I want :-(
>
> <button type="submit" name="awol_status" value="in">switch
> status</button>
>
> I have searched Google for this issue and I read of this being a
> problem in IE 4 but in IE5 the value="" attribute would be used
> instead of the inline text if the attribute was present.
>
> Has IE6 actually re-introduced this IE4 bug?
>
> I need a button that is labelled differently to the value it passes,
> is there any way of doing this for IE6?[/color]
<input type="hidden" name="awol_status" value="in">
<input type="submit" value="switch status">
--
Kris
kristiaan@xs4all.netherlands (nl)
"We called him Tortoise because he taught us" said the Mock Turtle.