Hi ,
I have one survey page of product in my site
I want ,IF one person completes the survey and continue with something else,then if he use the back button , the things he has selected in the form should no be appear.And also the session for that page should be expired
Thanks.
I have one survey page of product in my site
I want ,IF one person completes the survey and continue with something else,then if he use the back button , the things he has selected in the form should no be appear.And also the session for that page should be expired
Code:
<META HTTP-EQUIV=Refresh CONTENT="20"> we can use.But i don't want to give the specific time.
Comment