On Sun, 13 May 2001 18:40:52 -0400, Glenn McCorkle wrote:
> On Sat, 12 May 2001 10:19:16 -0700, L.D. Best wrote:
<snip>
>> The problem remains the same -- how can I have a button tag, and yet
>> still make it possible for NS or other browsers that don't do 'buttons'
>> to use a form?
> Do you mean something like this?
> ---clipped from resend.htp ---
> <BUTTON TYPE=SUBMIT NAME="$SMTP">
> <IMG SRC="file://pidisend.ikn" WIDTH=32 HEIGHT=16> Send mail NOW
> </BUTTON><TD>
> _______________________________
> If so.
> Change the word "BUTTON" to "INPUT".
This seems to do the job ...
<Button name="submit" type="submit" value="GO">
<input type="image" img src="index_go.gif" height="20" width="37" alt="GO">
</button>
It's the input type="image" which NetScape needed. I didn't try it
your way ... does that still produce a raised button consisting solely
of a graphic??
-- Arachne V1.70;rev.3, NON-COMMERCIAL copy, http://arachne.cz/