Hi,
I am setting a session variable, it is working fine both on IE and NS. But on NS when I go to a page using the following
<script language="JavaScript">
location.href="</script>
i get error on the "orderapproval" page saying "Undefined index: id"
But if i go to the page "orderaproval"manual through link i do not get any error
<?php
echo "<td><A HREF=orderapproval.php>Continue Shopping</a></td>";
?>
the problem is only on NS, i wonder what is going on..
Thanks
I am setting a session variable, it is working fine both on IE and NS. But on NS when I go to a page using the following
<script language="JavaScript">
location.href="</script>
i get error on the "orderapproval" page saying "Undefined index: id"
But if i go to the page "orderaproval"manual through link i do not get any error
<?php
echo "<td><A HREF=orderapproval.php>Continue Shopping</a></td>";
?>
the problem is only on NS, i wonder what is going on..
Thanks