unable to get back in mozila firfox
Posted: Sat Dec 26, 2009 1:04 am
hai iam using the below script to give alert message in php its work in ie and opera but not work in firefox.
after submitting the page its stuck in firefox.
if i use header('location:');
it will directly jump the related page without any any alert message...
any solutions............
?>
<script>alert("The record has been successfully Updated ")</script>
<script>window.navigate('Studentdetail.php')</script>
<?php
after submitting the page its stuck in firefox.
if i use header('location:');
it will directly jump the related page without any any alert message...
any solutions............
?>
<script>alert("The record has been successfully Updated ")</script>
<script>window.navigate('Studentdetail.php')</script>
<?php