CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1

    Question URLs of History Entries

    Using the history object, I can navigate "back" and "forwards". BUT what I'd like to do is just to find the URL of a page in the history and NOT navigate to it. Is it possible please?

  2. #2
    Join Date
    Sep 1999
    Location
    Leeds U.K. (Proud to be Sheffield Born)
    Posts
    202

    Don't think so...

    I don't believe this is possible, and intentionally so. Back and forward functionality is very useful, of course, but think about it - would you want every site on the web to be able to rifle through your history find out exactly where you've been before arriving there? Imagine the marketing sharks getting hold of all that.

    I think for this reason script is explicitly prevented from accessing history details beyond the blind "go".

  3. #3

    Unhappy

    Thanks. Very good point, but sadly not the answer I wanted . Cheers anyway.

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

Featured