Andy92
12-20-2006, 12:36 AM
Hi there,
I know in javascript you can redirect to a new page by using...
<script language="JavaScript">
<!--
window.location="http://www.anotherpage.com/";
// -->
</script>
But is there anyway of automatically redirecting the browser back?
I know in javascript you can redirect to a new page by using...
<script language="JavaScript">
<!--
window.location="http://www.anotherpage.com/";
// -->
</script>
But is there anyway of automatically redirecting the browser back?