hello
i have written script to close window in asp.net 2.0 this script works fine for IE but same script is not working in FireFox...
on click event of button....
plz provide me help on this why this happens.....
i have written script to close window in asp.net 2.0 this script works fine for IE but same script is not working in FireFox...
Code:
<script> window.close(); </script>
on click event of button....
plz provide me help on this why this happens.....
Comment