Google Community Chat
 
Comment In browser

You're visiting Google Community as a guest.
In order to post, you'll need to register and log in.

(If you were registered and logged in, these advertisements wouldn't be here)
Post new topic   Reply to topic    Google Community Forum Index // Web Design, Coding & Programming Forum
   
Author Message
Etter Industries
Observant One
Googler


Joined: 27 Dec 2005

1889.40 GC$

Items

PostPosted: Wed Jan 04, 2006 12:50 pm    Post subject: Comment In browser Reply with quote
On Internet explorer, at the bottom of the browser, there is a little explorer icon over a 'dog eared' page. When your mouse goes over an image or a link on a page, the link URL appears to the right of the icon. And on some pages, it says a customized message. I want to learn how to do this, as every google search I've tried, i still don't know what to search for. Ive tried searching for toolbar and things of that manner.

For example: put your mouse over the pm or profile links below. The link URL appears in the spot I described. Thanks.
Back to top
View user's profile Send private message
gargarxp
Noogle
Noogle


Joined: 21 Mar 2005

202.00 GC$

Items

PostPosted: Sat Jan 07, 2006 8:58 am    Post subject: Reply with quote
That area in the browser window is called the status bar. The custom messages that you are seeing are being set by JavaScript.

In the <head> of your document, place the following code.

Code:

<script language="javascript1.2">
    window.status = "Cool New Message";
</script>


Now, the status bar will say 'Cool New Message'. You can change that however you wish, but cannot style it in any way (color, italic, bold, etc.) and it is only one line (no <br>). If you want it to change on a per-link basis, you can put that line into the onmouseover attribute of a link like so:

Code:

<a href="someurl.htm" onmouseover="window.status='This Link';">Some Text</a>


Note the use of the single quotes when setting the text inline, that is very important.
Back to top
View user's profile Send private message
Etter Industries
Observant One
Googler


Joined: 27 Dec 2005

1889.40 GC$

Items

PostPosted: Sat Jan 07, 2006 10:38 am    Post subject: Reply with quote
I was trying to find this out for quite some time now. Thanks alot!
Back to top
View user's profile Send private message
kraeftig
Junior Googler
Junior Googler


Joined: 08 Feb 2006
Location: Denver
368.21 GC$

Items

PostPosted: Wed Feb 08, 2006 12:01 pm    Post subject: Reply with quote
Wow it's just that easy, thanks so much for the info!

You rule, like the apes will man one day. -_0
_________________
In battle, sometimes those that oppose, don't recognize they're on the same side.
Back to top
View user's profile Send private message Visit poster's website
Sponsored Links
Posted: 2 Dec 2008 12:13 pm    Post subject: Advertisements
Back to top
Post new topic   Reply to topic    Google Community Forum Index // Web Design, Coding & Programming Forum All times are GMT - 8 Hours
Page 1 of 1


 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Host your free forums with Invision Plus.net forum web hosting with your own subdomain.

alexisBlue v1.2 // Theme Created By: Andrew Charron // Icons in Part By: Travis Carden

© 2005-2006 Google Community

Powered by phpBB

Privacy Policy | Contact Us

Powered by Google Search blog

This website is not affiliated in any way with Google, Inc.
Google™ is a registered trademark of Google, Inc.