Posted by dorayme on 12/21/00 11:23
> From: "Martin John Brindle" <martinbrindle@ntlworld.com>
>
> How can I make an ordinary html button behave like a checkbox? That is, I
> need it to stay sunk if i click on it and then popup when clicked again?
>
>
If you do not use a proper checkbox and must have a graphic html link
that looks like a checkbox, then I suppose you could make the link go to
an almost identical html page, the only difference being the checkbox
graphic there has a X in it and is not part of a link, ie. not wrapped
in <a href="">...</a>. Not wrapped because you want it staying sunk
(crossed).
dorayme
[Back to original message]
|