Jon Stevens wrote:

> on 9/27/2000 11:16 AM, "Imran Bohoran" <[EMAIL PROTECTED]> wrote:
> > But I have some images which are in as buttons.
> > How do I then call it.
> 
> I don't think that this changes anything.

it does, because <input type='image'> has stupid border that you
can't turn off, so the common approach to crating custom buttons
(at least aroud here :)) is using

<a href="#" onClick="sendMe('event')><img src=""></a>
or better
<a href="javascript:sendMe('event')"><img src=""></a>

and the Action event wouldn't work with this.

Rafal

--
Rafal Krzewski
Senior Internet Developer
mailto:[EMAIL PROTECTED]
+48 22 8534830 http://e-point.pl


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to