scriptblur
11-25-2002, 03:24 AM
Hi guys... can anyone please help.
i put something like this, but it can't work :
<script type="text/javascript">
<!--
if (history.forward() == true)
{
function()
}
window.onload=function()
{
setTimeout("window.open('../general/expiry_page.asp','_top')",0);
}
// -->
</script>
if the users click back button, a new page will upload to him instead of the previous page?? any other methods?
i put something like this, but it can't work :
<script type="text/javascript">
<!--
if (history.forward() == true)
{
function()
}
window.onload=function()
{
setTimeout("window.open('../general/expiry_page.asp','_top')",0);
}
// -->
</script>
if the users click back button, a new page will upload to him instead of the previous page?? any other methods?