473,379 Members | 1,302 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

Hiding aspx path in address bar

How to hide aspx path from the address bar. One choice is
to use frames. But i do not want to use it, is there any
other way ?
Nov 19 '05 #1
4 1890
Hi Vikarm,

I don't think that there are some direct way of doing this, other than
removing the show full path option from the IE>TOOLS>OPTIONS.

OTherwise you can try one of the following

....You open your own IE Window without address bar , OR

....Have only one page and load all the navigations targeting to that page...
so the user will see (for ex: Default.aspx) always

Cheers,

Jerome. M
"Vikram" wrote:
How to hide aspx path from the address bar. One choice is
to use frames. But i do not want to use it, is there any
other way ?

Nov 19 '05 #2
Hi Vikarm,

I don't think that there are some direct way of doing this, other than
removing the show full path option from the IE>TOOLS>OPTIONS.

OTherwise you can try one of the following

....You open your own IE Window without address bar , OR

....Have only one page and load all the navigations targeting to that page...
so the user will see (for ex: Default.aspx) always

Cheers,

Jerome. M
"Vikram" wrote:
How to hide aspx path from the address bar. One choice is
to use frames. But i do not want to use it, is there any
other way ?

Nov 19 '05 #3
Vikram,

By hiding do you mean to say that you dont want the address bar to be
visible to the user at all? or just for a particular page you dont want to
show the user the page you are redirecting to?

If its the latter case then you can transfer the user using
< Server.transfer("YourPageURL");>
This will keep the current web page url in the address bar and transfer to
the YourPageURL

e.g If the user is on ABC.aspx
and you transfer the user to XYZ.aspx using Server.Transfer then the address
bar will still contain ABC.aspx but will be executing XYZ.aspx

Is this what you want?

****************************
Hope this helps
Shaun, M.C.P

http://blogs.wwwcoder.com/shaunakp
****************************


"Vikram" wrote:
How to hide aspx path from the address bar. One choice is
to use frames. But i do not want to use it, is there any
other way ?

Nov 19 '05 #4
Keep in mind that the actual address of your page is only a couple of clicks
away even if you hide the address bar or use frames.
Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: web_design | last post by:
I put this together from some other scripts I am using on a site. I'm trying to make a better email hiding script. It isn't working. Also, it causes Internet Explorer 6 SP2 to block the script...
2
by: MrNobody | last post by:
I found some tutorial which had the following example for hiding columns in a DataGrid: ...
1
by: Ronald Celis | last post by:
Does somebody knows how to hide the link for a web page??? something like this I have a webside in http://localhost i have the default.html that redirects the call to a aspx file in...
5
by: JeffB | last post by:
I have a Web application that allows users to search a document store and then displays a results set that includes a link to the document. Is it possible to not display the documents complete URL...
5
by: c676228 | last post by:
Hi, I guess I am confused. In aspx script, I mean (you won't use Codebehind="enrollinfo.aspx.vb", but mix code with html and code together) You can access user control's property directly. Since I...
3
by: g0c | last post by:
hi, how to hide or replace email addresses in php mail function with something like "group" so the email addresses to which email is sent are not visible ? i have : $subs = "email1@dot.com,...
9
by: seguso | last post by:
Hello, I have a very simple problem I don't know how to approach. I need a suggestion about the general approach to take. I have a bunch of html pages on a machine, all in the same folder...
3
by: Slawomir | last post by:
Hello. Simple question about webforms: How to hide true address of website ? To this day a used "Server.Transfer()" to redirect to another page. In sql server I have a table with data like this: ...
103
by: chochote | last post by:
Hi, I have a PHP script that does some processing, and stores an error message as a variable. The script then redirects to another script with the error string in the URL, with the second script...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.