Connecting Tech Pros Worldwide Help | Site Map

text to address bar

Rick Merrill
Guest
 
Posts: n/a
#1: Sep 3 '08
Is there an html or javascript way to
load text into the browser address bar?
Jonathan N. Little
Guest
 
Posts: n/a
#2: Sep 3 '08

re: text to address bar


Rick Merrill wrote:
Quote:
Is there an html or javascript way to
load text into the browser address bar?
Yeah, it's call a link

<a href="http://www.example.com">Put www.example.com in the address bar</a>

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Rick Merrill
Guest
 
Posts: n/a
#3: Sep 4 '08

re: text to address bar


Jonathan N. Little wrote:
Quote:
Rick Merrill wrote:
Quote:
>Is there an html or javascript way to
>load text into the browser address bar?
Yeah, it's call a link
>
<a href="http://www.example.com">Put www.example.com in the address bar</a>
>
How would you use mouseover to return to the referring page?
Jonathan N. Little
Guest
 
Posts: n/a
#4: Sep 4 '08

re: text to address bar


Rick Merrill wrote:
Quote:
Jonathan N. Little wrote:
Quote:
>Rick Merrill wrote:
Quote:
>>Is there an html or javascript way to
>>load text into the browser address bar?
>Yeah, it's call a link
>>
><a href="http://www.example.com">Put www.example.com in the address
>bar</a>
>>
>
How would you use mouseover to return to the referring page?
You don't. That is what the "back" button on your browser is for.

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
David E. Ross
Guest
 
Posts: n/a
#5: Sep 4 '08

re: text to address bar


On 9/3/2008 7:16 AM, Rick Merrill wrote:
Quote:
Is there an html or javascript way to
load text into the browser address bar?
If you are using a Gecko-based browser (e.g., Firefox, SeaMonkey),
install the PrefBar extension from <http://prefbar.mozdev.org/>. Then
go to PrefBar's "More Buttons" page at
<http://prefbar.mozdev.org/buttons.htmland import the "Text URL"
button.

When you then select a URL on a Web page expressed only as text and not
as a link (highlighting the text with your cursor), you can select the
"TXTURL" button on the PrefBar toolbar to launch a new tab with the page
at the selected URL.

If the highlighted text is NOT an actual URL, it will still appear in
the browser's address area in a new tab.

--

David E. Ross
<http://www.rossde.com/>

Q: What's a President Bush cocktail?
A: Business on the rocks.
Jonathan N. Little
Guest
 
Posts: n/a
#6: Sep 4 '08

re: text to address bar


David E. Ross wrote:
Quote:
When you then select a URL on a Web page expressed only as text and not
as a link (highlighting the text with your cursor), you can select the
"TXTURL" button on the PrefBar toolbar to launch a new tab with the page
at the selected URL.

You know without PrefBar toolbar extension all you have to do is select
the test and drag to a tab or blank area beside a table to open a
"textual" url.

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Closed Thread