|
||||||||||
|
|||||||
| GoogleCommunity Sponsor |
Use coupon "forum" for 50% Off! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Googler
![]() Join Date: Dec 2005
Posts: 77
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
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. |
|
|
|
|
Sponsored Links
|
|
|
|
#2 (permalink) |
|
Noogle
![]() Join Date: Mar 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
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>
). 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 |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |