Google Community
Latest Forums Rules Resources
Custom Search

Go Back   Google Community > Webmaster Forums > Web Design, Coding & Programming Forum

GoogleCommunity Sponsor
Cirtex Hosting
Use coupon "forum" for 50% Off!

Reply
 
LinkBack Thread Tools Display Modes
Old 01-04-2006, 11:50 AM   #1 (permalink)
Googler
 
Join Date: Dec 2005
Posts: 77
Thanks: 0
Thanked 0 Times in 0 Posts
Etter Industries
Comment In browser

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.
Etter Industries is offline   Reply With Quote
 
Sponsored Links
Old 01-07-2006, 07:58 AM   #2 (permalink)
Noogle
 
Join Date: Mar 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
gargarxp
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
). 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:
Some Text
Note the use of the single quotes when setting the text inline, that is very important.
gargarxp is offline   Reply With Quote
Old 01-07-2006, 09:38 AM   #3 (permalink)
Googler
 
Join Date: Dec 2005
Posts: 77
Thanks: 0
Thanked 0 Times in 0 Posts
Etter Industries
I was trying to find this out for quite some time now. Thanks alot!
Etter Industries is offline   Reply With Quote
Old 02-08-2006, 11:01 AM   #4 (permalink)
Junior Googler
 
Join Date: Feb 2006
Location: Denver
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
kraeftig
Wow it's just that easy, thanks so much for the info!

You rule, like the apes will man one day. -_0
kraeftig is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
a comment about translation pirch Gmail Forum 2 08-18-2006 03:32 AM
Can Comment my site?? ahmadhussein88 All About Google 12 06-22-2006 06:09 AM
A Comment System for phpBB Fhajad Web Design, Coding & Programming Forum 0 03-30-2005 08:19 AM
Please appraise and Comment on two .com's Anonymous Domain Name Forum 2 03-18-2005 07:36 AM


All times are GMT -8. The time now is 11:58 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004–2007 Google Community