CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2002
    Posts
    52

    Is there any way to get the the page moving to in the old page?

    Is there any way to get the the incoming page location in the old one?
    thx......

  2. #2
    Join Date
    Jul 2002
    Location
    India
    Posts
    505
    If you are moving to a new page thru a click on th existing page, the existing page already know which page will be loaded.

    However, if a new page is being loaded as a result of entering a URL in the address bar of the browser, the existing page will not know whaich page is going to be loaded.

    Anyhow, out of curiosity, why would you want to know which page is being loaded?

    Satish

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