How to keep url static like" www.xyz.com" even on opening different links of the site. [modified]
-
Hi, I want to keep the url of my website static for example:- "www.xyz.com" even on clicking to differnt links of my site. As for now if i click on userprofile link of my site url appears like - "www.xyz.com/member_profile.aspx" but i dont want to display these forms names. Anyone has any solution how to do this without using frames or user controls. Help me out.!!!! Dev
modified on Saturday, March 7, 2009 3:02 AM
-
Hi, I want to keep the url of my website static for example:- "www.xyz.com" even on clicking to differnt links of my site. As for now if i click on userprofile link of my site url appears like - "www.xyz.com/member_profile.aspx" but i dont want to display these forms names. Anyone has any solution how to do this without using frames or user controls. Help me out.!!!! Dev
modified on Saturday, March 7, 2009 3:02 AM
Two ways: 1) The individual links should be calling and loading the destination content using XmlHttp (AJAX) and filling the content DIV. 2) URL Cloaking (http://www.bullet-proof-webhosting.com/url-cloaking.htm[^])
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep! -
Hi, I want to keep the url of my website static for example:- "www.xyz.com" even on clicking to differnt links of my site. As for now if i click on userprofile link of my site url appears like - "www.xyz.com/member_profile.aspx" but i dont want to display these forms names. Anyone has any solution how to do this without using frames or user controls. Help me out.!!!! Dev
modified on Saturday, March 7, 2009 3:02 AM