Hello,
When you tick a 'tick box' is it possible that an OnClick function can create other tick boxes with further options. (similar to layers in JSP, JAVASCRIPT code).
For example, if i tick box A, can this event trigger a function that displays three other tick boxes B, C, D?
A bizzar...