I wants to open a HTML page on jquery function . and when i clicked in html page itz also come back to my previous page .
<script type="text/javascript">
$(document).ready(function () {
// open a html page .
});
</script>
and aftr clicking the cancel button i wants to rollback in previos page .
is dat possible ?