473,395 Members | 1,968 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,395 software developers and data experts.

FAQ Topic - How do I change the text in the url/location bar?

-----------------------------------------------------------------------
FAQ Topic - How do I change the text in the url/location
bar?
-----------------------------------------------------------------------

This text can only be altered by changing the URL of the page.
The normal solution is to use frames, though this can introduce
problems of its own.
===
Postings such as this are automatically sent once a day. Their
goal is to answer repeated questions, and to offer the content to
the community for continuous evaluation/improvement. The complete
comp.lang.javascript FAQ is at http://jibbering.com/faq/index.html.
The FAQ workers are a group of volunteers.

Mar 11 '07 #1
5 6157
On Sun, 11 Mar 2007 01:00:01 +0100, FAQ server <ja********@dotinternet.be>
wrote:
-----------------------------------------------------------------------
FAQ Topic - How do I change the text in the url/location
bar?
-----------------------------------------------------------------------

This text can only be altered by changing the URL of the page.
The normal solution is to use frames, though this can introduce
problems of its own.

Changing the text in the address bar is _not done_.

Why would you assume the audacity to change the user's computer at all?
The browser is the user's property, not the author's. The fact that any
browser allows an author to remove or change the address bar at all is
pure arrogance. Keep your hands off of my browser! Your domain is the
contents of the window, not the window itself. That's mine.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Mar 11 '07 #2
OmegaJunior said the following on 3/11/2007 12:21 PM:
On Sun, 11 Mar 2007 01:00:01 +0100, FAQ server
<ja********@dotinternet.bewrote:
>-----------------------------------------------------------------------
FAQ Topic - How do I change the text in the url/location
bar?
-----------------------------------------------------------------------

This text can only be altered by changing the URL of the page.
The normal solution is to use frames, though this can introduce
problems of its own.


Changing the text in the address bar is _not done_.
Sure it is, every time you navigate it changes. And yes, I can change
the text in the address bar with javascript. Make you a simple test page
with a simple script:

function changeTheAddressBarText()
{
window.location.href = "http://www.google.com"
}
window.setTimeout(changeTheAddressBarText,3000)

Watch your address bar and then come back and let me know it didn't
change via scripting.
Why would you assume the audacity to change the user's computer at all?
It's the way of the web. Links change the user's computer too, you want
to get rid of them also?
The browser is the user's property, not the author's.
Nobody said any different.
The fact that any browser allows an author to remove or change the
address bar at all is pure arrogance.
Pure utter nonsense. See above and get back to us on it.
Keep your hands off of my browser!
Nobody put hands on your browser.
Your domain is the contents of the window, not the window itself.
As long as the "window" doesn't include the text in the address bar......

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Mar 11 '07 #3
In comp.lang.javascript message <op***************@cp139795-a.landg1.lb.
home.nl>, Sun, 11 Mar 2007 17:21:30, OmegaJunior <omegajunior@spamremove
..omegajunior.netposted:
>On Sun, 11 Mar 2007 01:00:01 +0100, FAQ server
<ja********@dotinternet.be wrote:
>-----------------------------------------------------------------------
FAQ Topic - How do I change the text in the url/location
bar?
-----------------------------------------------------------------------

This text can only be altered by changing the URL of the page.
The normal solution is to use frames, though this can introduce
problems of its own.

Changing the text in the address bar is _not done_.
Of course it is. It is part of the expected action on clicking a normal
hyperlink, or assigning to location.href. Obviously Jim (?) momentarily
forget that subtlety is wasted in News.

--
(c) John Stockton, Surrey, UK. REPLYyyww merlyn demon co uk Turnpike 6.05.
Web <URL:http://www.uwasa.fi/~ts/http/tsfaq.html-Timo Salmi: Usenet Q&A.
Web <URL:http://www.merlyn.demon.co.uk/news-use.htm: about usage of News.
No Encoding. Quotes precede replies. Snip well. Write clearly. Mail no News.
Mar 12 '07 #4
On Sun, 11 Mar 2007 19:52:56 +0100, Randy Webb <Hi************@aol.com
wrote:
OmegaJunior said the following on 3/11/2007 12:21 PM:
>On Sun, 11 Mar 2007 01:00:01 +0100, FAQ server
<ja********@dotinternet.bewrote:
>>-----------------------------------------------------------------------
FAQ Topic - How do I change the text in the url/location
bar?
-----------------------------------------------------------------------

This text can only be altered by changing the URL of the page.
The normal solution is to use frames, though this can introduce
problems of its own.

Changing the text in the address bar is _not done_.

Sure it is, every time you navigate it changes. And yes, I can change
the text in the address bar with javascript. Make you a simple test page
with a simple script:

function changeTheAddressBarText()
{
window.location.href = "http://www.google.com"
}
window.setTimeout(changeTheAddressBarText,3000)

Watch your address bar and then come back and let me know it didn't
change via scripting.
>Why would you assume the audacity to change the user's computer at all?

It's the way of the web. Links change the user's computer too, you want
to get rid of them also?
>The browser is the user's property, not the author's.

Nobody said any different.
>The fact that any browser allows an author to remove or change the
address bar at all is pure arrogance.

Pure utter nonsense. See above and get back to us on it.
>Keep your hands off of my browser!

Nobody put hands on your browser.
>Your domain is the contents of the window, not the window itself.

As long as the "window" doesn't include the text in the address bar.......
No. The address bar contents are changed by the user and by the browser....
and I expect no less. That address bar is owned by the browser so it can
pretty much do with it what it wants. And that browser is owned by me, so
if it doesn't do what I want I'll go with the competition. Plenty of
browsers out there. If need be I'll whip up my own.

The web page author _can_ change the contents of the address bar, but they
_shouldn't_. Don't presume that you should just because you can. That too,
is arrogance. Why? Because that address bar contains crucial information
which allows me to identify a resource. It shows me who you are, so I know
or can find out whether I can trust you or not.

If the web author chooses to obfuscate that identification, that trust is
lost. If I suspect you're tampering with my address bar, you will loose me
as a customer. Bye bye, I'll spend my money over at your competition, who
don't cheat.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Mar 16 '07 #5
On Sun, 11 Mar 2007 21:32:50 +0100, Dr J R Stockton
<re*******@merlyn.demon.co.ukwrote:
In comp.lang.javascript message <op***************@cp139795-a.landg1.lb.
home.nl>, Sun, 11 Mar 2007 17:21:30, OmegaJunior <omegajunior@spamremove
.omegajunior.netposted:
>On Sun, 11 Mar 2007 01:00:01 +0100, FAQ server
<ja********@dotinternet.be wrote:
>>-----------------------------------------------------------------------
FAQ Topic - How do I change the text in the url/location
bar?
-----------------------------------------------------------------------

This text can only be altered by changing the URL of the page.
The normal solution is to use frames, though this can introduce
problems of its own.

Changing the text in the address bar is _not done_.

Of course it is. It is part of the expected action on clicking a normal
hyperlink, or assigning to location.href. Obviously Jim (?) momentarily
forget that subtlety is wasted in News.
Dude. I was talking about a web author changing the address. That's what
the FAQ is addressing as well. We all know that the _browser_ can change
its own address bar. Don't change topics on me now.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Mar 16 '07 #6

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

Similar topics

5
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - How do I force a reload from the server/prevent caching?...
5
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - How do I change the text in the url/location bar?...
1
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - How do I change the text in the url/location bar?...
1
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - How do I force a reload from the server/prevent caching?...
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
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: 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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.