www.kal.com/login.aspx to www.kal.com
-
hi all i want to display in the address bar even after navigating to next page i.e. dd.com/login.aspx dd.com/dd.aspx i want to show only dd.com where ever they navigate how to do it .. thanks in adavance
-
hi all i want to display in the address bar even after navigating to next page i.e. dd.com/login.aspx dd.com/dd.aspx i want to show only dd.com where ever they navigate how to do it .. thanks in adavance
-
hi all i want to display in the address bar even after navigating to next page i.e. dd.com/login.aspx dd.com/dd.aspx i want to show only dd.com where ever they navigate how to do it .. thanks in adavance
They call it like '
URLCloaking
' right? You can load a default.aspx in the root, which contains frameset. Top frame is 0% and Next Frame is 100%. Your app should load in the bottom frame.Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
You can add the login page to the documents list in IIS. So that typing dd.com will actually show dd.com/login.aspx to hide other pages i assume there is no way. Laddie
zion417 wrote:
i assume there is no way
URLCloaking! Check out how http://www.cjb.net/[^], http://www.dot.tk/[^] works.
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
hi all i want to display in the address bar even after navigating to next page i.e. dd.com/login.aspx dd.com/dd.aspx i want to show only dd.com where ever they navigate how to do it .. thanks in adavance
Or frames or IFRAME, million ways to do it. Another way is using Server.Transfer.
**
xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
New xacc.ide release RSS feed^**
-
They call it like '
URLCloaking
' right? You can load a default.aspx in the root, which contains frameset. Top frame is 0% and Next Frame is 100%. Your app should load in the bottom frame.Vasudevan Deepak Kumar Personal Homepage Tech Gossips
ok thanks for it i will look in to that bye
-
Or frames or IFRAME, million ways to do it. Another way is using Server.Transfer.
**
xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
New xacc.ide release RSS feed^**
I prefer an XMLHttp and filling a DIV. ;)
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
I prefer an XMLHttp and filling a DIV. ;)
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
Just a pity most approaches breaks the browser's Back button :(
**
xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
New xacc.ide release RSS feed^**
-
hi all i want to display in the address bar even after navigating to next page i.e. dd.com/login.aspx dd.com/dd.aspx i want to show only dd.com where ever they navigate how to do it .. thanks in adavance