as in php header send as
header(location: www.test.com/abc.php);
but these are also send as
echo '<script language="JavaScript">
location.href = "' . $pageURL . '"
</script>';
and so we can redirect more than one pages through this ....
Same as i am trying to found solution for
setcookie('binnews_state', $clear_state_array, 1420088400);
with javascript?
As i got a script here but since its not working i.e.
<script language="JavaScript">
document.cookie='binnews_state' + <?=$clear_state_array;?> + 1420088400
</script>