Results 1 to 4 of 4

Thread: modifying back button

Threaded View

  1. #1

    Thread Starter
    Addicted Member Mrs Kensington's Avatar
    Join Date
    Sep 2001
    Location
    Dorset, UK
    Posts
    144

    modifying back button

    I need to be able to change the page that the back button points to. I've tried doing

    Code:
    document.history.previous = 'http://www.microsoft.com'
    but that doesn't work.

    i also tried
    Code:
    document.history(-1) = 'http://www.microsoft.com';
    which didn't work (though i wasn't surprised at that)

    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
    Last edited by Mrs Kensington; Oct 30th, 2001 at 06:28 AM.
    Ford? Theres an infinite number of monkeys outside that want to talk to you about a script of hamlet they've produced!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width