hansan
07-24-2010, 06:40 AM
Hi,
I have a form in my site.when the form is submit successfully it's go to another page, which shows "submission is success".
and that page has a link to go back to a page which is viewing previously(before to form)
this is the code for it
<a href="javascript:history.go(-2)">Go back to previous</a>
I want to know, how to go to previous page by automatically? this should be happen after 10 seconds!
please help me....
I have a form in my site.when the form is submit successfully it's go to another page, which shows "submission is success".
and that page has a link to go back to a page which is viewing previously(before to form)
this is the code for it
<a href="javascript:history.go(-2)">Go back to previous</a>
I want to know, how to go to previous page by automatically? this should be happen after 10 seconds!
please help me....