I would like to use a Form "button" (or "input", either one) within an
anchor, instead of using text or creating a graphic. This works fine
in all browsers but IE, but IE, while showing the correct URL in the
status line and the tooltip, DOESN'T initiate the link.
The code is essentially:
<a href="http://foo.com/whatever.htm">
<input type="button" value="Click Me"></a>
Works fine in Mozilla, Opera, etc., but not in IE. Any ideas?
Don
anchor, instead of using text or creating a graphic. This works fine
in all browsers but IE, but IE, while showing the correct URL in the
status line and the tooltip, DOESN'T initiate the link.
The code is essentially:
<a href="http://foo.com/whatever.htm">
<input type="button" value="Click Me"></a>
Works fine in Mozilla, Opera, etc., but not in IE. Any ideas?
Don
Comment