TH(INPUT(_type="checkbox", _name="check_all", _onclick="return popup(this,'notes')"))
On Sep 4, 8:25 am, Kenneth <[email protected]> wrote: > Hello, > > how do I use HTML Helper to get make a th and checkbox tag. > > <TH><INPUT type="checkbox" name="check_all" onClick="return > popup(this, 'notes')></th> > > The TH and checkbox is easy, but where do I put the onClick part? > > Kenneth

