javascript checkbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

just wondering about something i noticed.

if i add a new html page to my project and i drag a checkbox out on to the
page and double-click it to create a client-side click event i get the
following:

onclick="return Checkbox1_onclick()

why do you need the return keyword?

thanks,
rodchar
 
Back
Top