How to create a checkbox for the user without the user needing to submit it?
[] apple
[] grapes
[] oranges
[] mangoes
as soon as the user selects apples,grapes, oranges the SAME page must reload multiple times and say "apples","grapes","oranges" etc
.................. Edit
Actually, I need to pass the variables with values as apple grapes mangoes etc i.e if you are on a page www.abc.com/happy.php after you select apple,grapes etc the page url should display www.abc.com/happy.php&selection=apple_grapes etc
hope it makes sense.