How do I link checkboxes?

S

Steve Bradford

Can anyone tell me if it is possible to link checkboxes so that if I select a
checkbox in one page, it will automatically select a corresponding checkbox
in another page?
 
J

Jens Peter Karlsen[FP MVP]

No. You can however write some serverside code to check it. If it is the
next page that is opened, it is pretty easy but if the page can be
opened at any time, it is trickier.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Top