I need to be able to change the page that the back button points to. I've tried doing
but that doesn't work.Code:document.history.previous = 'http://www.microsoft.com'
i also tried
which didn't work (though i wasn't surprised at that)Code:document.history(-1) = 'http://www.microsoft.com';
and printing out (with document.writeln) the contents of many other index's but to no avail!
I know alot of people think this is evil but I have good reason for wanting to do it. IM EVIL!!!!![]()
any help would be greatly appreciated
Mrs K




Reply With Quote