Hi all,
has this problem.
i have a page that does a form submit and after submiting, i want to give the option to the user to click on back which i will use "javascript:history.back();" to get back to the previous page. Here comes the problem, i want the browser to retain the values previously enter in the textboxes. any ideas??
my page header contains the following lines.
Response.Buffer = TRUE
Response.expires = 10
Response.cacheControl = "no-cache"
any help is welcome and appreciated. THANKS!!!
has this problem.
i have a page that does a form submit and after submiting, i want to give the option to the user to click on back which i will use "javascript:history.back();" to get back to the previous page. Here comes the problem, i want the browser to retain the values previously enter in the textboxes. any ideas??
my page header contains the following lines.
Response.Buffer = TRUE
Response.expires = 10
Response.cacheControl = "no-cache"
any help is welcome and appreciated. THANKS!!!