To uncheck check box after someone hits back button

I have a web based project in which I have used checkboxes

(number of checkboxes is chosen at runtime). When a user selects 1 or more checkboxes and press submit and then press back button, it does not show all the checkboxes as unchecked. Can anybody tell me how to make all the checkboxes unchecked on pressing back button

[337 byte] By [DevendraSobhania] at [2007-11-26 18:16:48]
# 1
Hi,That question is not related to java (or Certification, you posted in the forum for Training / Learning / Certification). You need to post your question in a forum which is dedicated to web development.Kaj
kajbja at 2007-7-9 5:50:22 > top of Java-index,Java Essentials,Training...
# 2
Add an onload event to your checkbox element and use Javascript to reset them to unchecked state...
Kiran_Joisa at 2007-7-9 5:50:22 > top of Java-index,Java Essentials,Training...