spicymango
Programmer
Hi,
I hava a page A that redirect to page B. Now I want to go back to the page I came from(Page A).
Using javascript:history.go(-1)"> I can go back but not in FireFox
Link to my site
My Page A code
I hava a page A that redirect to page B. Now I want to go back to the page I came from(Page A).
Using javascript:history.go(-1)"> I can go back but not in FireFox
Link to my site
My Page A code
Code:
<script language="JavaScript">
chk()
function chk() {
alert("Main Page");
document.location.href='[URL unfurl="true"]http://www.natradersonline.com/testpage2.shtml';[/URL]
}
</script>
<html>
<head>
</head>
<body>
</body>
</html>