473,397 Members | 2,033 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,397 software developers and data experts.

Redirecting

How do i redirect to a different page without out changeing the address in
the address bar but allowing the title to change?
Jul 20 '05 #1
7 2396
AFAIK the only way you can keep the address in the title bar is to use a
frameset - the address in the address bar will be that of the frameset
itself, as will the window title.

if you want to change the window title I guess you would have to do this
using javascript.

"DeathStorm" <ja***@kent.ac.uk> wrote in message
news:bl**********@athena.ukc.ac.uk...
How do i redirect to a different page without out changeing the address in
the address bar but allowing the title to change?

Jul 20 '05 #2
Greetings.

In article <bl**********@athena.ukc.ac.uk>, DeathStorm wrote:
How do i redirect to a different page without out changeing the address in
the address bar but allowing the title to change?


You can't. HTML has no concept of an "address bar"; what the browser
displays in it (if it even has one) is entirely up to it. Most browsers
with an address bar will display the URL of the frameset they are viewing,
so you should be able to keep it constant using frames, though to vary the
page title you'll have to use something like JavaScript.

A better question would be why you would want to do this in the first place.
Attempts at disguising the true URL of a particular resource can always be
circumvented, and are very annoying to users who may want to bookmark a
page for future reading.

--
_
_V.-o Tristan Miller [en,(fr,de,ia)] >< Space is limited
/ |`-' -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= <> In a haiku, so it's hard
(7_\\ http://www.nothingisreal.com/ >< To finish what you
Jul 20 '05 #3
let me explain more. I am setting up an intranet yep page at uni. We are
give own address and it uses are user area space. I wish to therefore host
it on my computer in my room. This has to be done using my ip address which
i do not want others to now. Is there a way of doing with php so the new
address is not shown?
Jul 20 '05 #4


DeathStorm wrote:

let me explain more. I am setting up an intranet yep page at uni. We are
give own address and it uses are user area space. I wish to therefore host
it on my computer in my room. This has to be done using my ip address which
i do not want others to now. Is there a way of doing with php so the new
address is not shown?


If you want them to connect to your box, they must know its IP address.

Thor

--
http://thorweb.anta.net/
Jul 20 '05 #5
On Fri, 3 Oct 2003, Andy Fish wrote:
AFAIK the only way you can keep the address in the title bar is to use a
frameset


Yeah, and the way to cure an annoying itch in the foot would be to
point a loaded pistol at it and pull the trigger. It's guaranteed
to cure the itch (but it may have undesirable side effects...).

--

This posting is crafted by hand and may contain small
blemishes. Produced in an area where nuts are present.
Jul 20 '05 #6
Greetings.

In article <bl**********@athena.ukc.ac.uk>, DeathStorm wrote:
let me explain more. I am setting up an intranet yep page at uni. We are
give own address and it uses are user area space. I wish to therefore host
it on my computer in my room. This has to be done using my ip address
which i do not want others to now. Is there a way of doing with php so the
new address is not shown?


I don't know anything about PHP, but my guess is still no. If you want to
restrict access to the site to the internal network only and are using
Apache, then use an .htaccess file.

--
_
_V.-o Tristan Miller [en,(fr,de,ia)] >< Space is limited
/ |`-' -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= <> In a haiku, so it's hard
(7_\\ http://www.nothingisreal.com/ >< To finish what you
Jul 20 '05 #7
> let me explain more. I am setting up an intranet yep page at uni. We are
give own address and it uses are user area space. I wish to therefore host
it on my computer in my room. This has to be done using my ip address which i do not want others to now. Is there a way of doing with php so the new
address is not shown?


To hide the IP address it has to be the intranet web server that is handling
all the accesses to your own computer. Ideally this would be implemented by
configuring the intranet web server as a reverse proxy but I should imagine
this option isn't available to you.

This means the only option left to you would be by some form of server side
scripting and PHP will certainly be able to do it for you, though quite how
many hoops you will have to jump through is another matter.
http://forums.devshed.com/archive/5/2003/05/2/61388 (picked largely at
random from the net) hints at directions you could be looking.


Jul 20 '05 #8

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

Similar topics

4
by: Ivo Woltring | last post by:
Hi Pythoneers, I am trying to make my own gui for mencoder.exe (windows port of the terrific linux mencoder/mplayer) to convert divx to Pocket_PC size. My current app creates a batch script to...
10
by: Kenneth Keeley | last post by:
Hi, I have been having problems with Gecko based browsers not redirecting properly. This is the line of code that does the redirecting: Response.Redirect ("Validation.asp?BookingNo=1234567") ...
0
by: Christophe HELFER | last post by:
hi, I have some problem with redirecting input and output from a process. I can only use VB language (sorry...) Situation: I have to use the Cisco Network Registrar (DNS And DHCP server) ...
3
by: lozd | last post by:
Would appreciate any solutions people could offer for this. Basically I wan't to use a frameset with an aspx page as the contents rather than a htm page and I'd like to be able to redirect the...
0
by: Sune Hansen | last post by:
Hi guys, I really hope someone can help me with my problem. Here is the scenario: I have a development environment on my locale machine. Once in a while when everything has been tested I...
1
by: Bilbo | last post by:
Hello, How do I programatically redirect a page in "another frame" using C# in ASP.NET? Server.Transfer redirects the current page...not a different frame. Thanks.
3
by: tony | last post by:
I've been searching through the threads to find a solution for 401.3 error triggered by windows authentication not being able to redirect to a custom error page to no avail. It seems that ASP.NET...
4
by: Greg Smalter | last post by:
Redirecting from page to page within a web project is pretty easy. However, all Redirect methods take strings as arguments, as if you mistype the string, you don't find out until run time that you...
8
by: Morpheus | last post by:
I am trying to test a function that outputs text to the standard output, presumably using a cout call. I do not have access to the source, but need to test the output. Is this possible? I can...
17
by: mansb2002 | last post by:
Hi, We recently moved our webserver from Win2K to Win2003. The application works fine. Only problem is that when user views a report as a PDF, IE does not show it. The following code is used to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.