Results 1 to 3 of 3

Thread: Hide page url without url rewriting

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    478

    Hide page url without url rewriting

    I created a asp.net program as http://mycompany.com/
    I want whenever user clicks any link, such as

    http://mycompany.com/order.aspx

    http://mycompany.com/bill.aspx

    http://mycompany.com/report.aspx


    it should come
    http://mycompany.com/

    means page name should not show to user.

    I Google it but I don't like url rewriting.

    Is there a simple way or tool can do it?

  2. #2
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,605

    Re: Hide page url without url rewriting

    You can use Javascript and window.location.hash problem is i am not sure if it will work on IE's.
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  3. #3
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611

    Re: Hide page url without url rewriting

    You could put the entire site in a div and load the content of that div when the user navigates, but this breaks the backbutton
    VB6 & C# (WCF LINQ) mostly


    If you need help with a WPF/WCF question post in the NEW WPF & WCF forum and we will try help the best we can

    My site

    My blog, couding troubles and solutions

    Free online tools

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