i have five buttons in my project. i want to use one back button. With the help of the back button i should back to the recent page from where i came yet.
Code
$("#back").click(function(e)
e.preventDefault();
$("iframe").attr('src',"loginTumbnail.html");
});