Connecting Tech Pros Worldwide Help | Site Map

text to address bar

  #1  
Old September 3rd, 2008, 03:25 PM
Rick Merrill
Guest
 
Posts: n/a
Is there an html or javascript way to
load text into the browser address bar?
  #2  
Old September 3rd, 2008, 04:45 PM
Jonathan N. Little
Guest
 
Posts: n/a

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
  #3  
Old September 4th, 2008, 12:15 AM
Rick Merrill
Guest
 
Posts: n/a

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?
  #4  
Old September 4th, 2008, 12:35 AM
Jonathan N. Little
Guest
 
Posts: n/a

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
  #5  
Old September 4th, 2008, 01:25 AM
David E. Ross
Guest
 
Posts: n/a

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.
  #6  
Old September 4th, 2008, 02:05 AM
Jonathan N. Little
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
image to address bar of IE sarellaravi@gmail.com answers 7 June 15th, 2007 11:45 AM
disable title bar, status bar, and address bar of a browser window Matt answers 0 November 18th, 2005 05:40 PM
Tab jumping to address bar, not next field after select() [IE] Scott Eade answers 2 July 23rd, 2005 10:29 PM
Putting an URL from FORM to address bar (no new window) Kuba Glad answers 2 July 23rd, 2005 10:39 AM