I have a back button onClick i have written javascript:history.go(-1).. The scenario is like this..
I have a compant details entry page and user is selecting company category from dropdownlist. If the desired category does not exists i have provided button beside the dropdownlist,when user clicks he is directed to a category.aspx.. In this category.aspx i have a HTML input button onclick i have written this javascript:history.go(-1)..
In this category.aspx when user enters values and saves and later clicks on back button he is not redirected to company details entry page at one click only.. How can i rectify this?