"I have 4 checkboxes (named box1, box2 , box3 and box4) and I need to send
the user to one page if only boxes 1 and 2 are checked and to another page
if any other combinations are checked."
Now my question: How should the full, working javascript look? (I mean the whole thing starting with <script language="JavaScript"><!-- and ending with //--></script>) ?
Bookmarks