i created a back button by using :
< input type = "button" value = "back" onclick = "history.go(-1)">. but,it's working for a stastic page. when i filled all the fields of a form ,and then using back button page is showing page expire.
so, plz. give some solution for this problem.