<script language="JavaScript">
window.onbeforeunload = confirmExit;
function confirmExit()
{
alert("");window.location="index.html";
}
</script>
Here i tried but not working please guide me
Here i tried but not working please guide me | |||||||
feedback
|
|
below code will work for you
| |||
|
feedback
|