Adding an event

C

Connie

I am attempting to add an event to one of my webpages - I
cannot find any simple instruction for frontpage 2002 on
how to do this. I want to instruct my radio box to
produce a message onclick. Can anyone help?
 
J

jon spivey

Hi Connie,
somethig like this
<input type="radio" onclick="alert('you clicked me');"
 
Top