I am using the following code -
jQuery(\".form_\" + form_count).html(\"\")
jQuery(\'#message\').html(\"&
use following function to refresh redirected page :
function refresh()
{
window.location.reload( true );
}
Add the below meta tags in your previous page
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="Expires" CONTENT="-1">