| |
Etter Industries Observant One


Joined: 27 Dec 2005
1889.40 GC$
Items
|
Posted: Wed Jan 04, 2006 12:50 pm Post subject: 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. |
|
| Back to top |
|
|
gargarxp Noogle

Joined: 21 Mar 2005
202.00 GC$
Items
|
Posted: Sat Jan 07, 2006 8:58 am Post subject: |
|
|
|
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 |
|
|
Etter Industries Observant One


Joined: 27 Dec 2005
1889.40 GC$
Items
|
Posted: Sat Jan 07, 2006 10:38 am Post subject: |
|
|
|
| I was trying to find this out for quite some time now. Thanks alot! |
|
| Back to top |
|
|
kraeftig Junior Googler

Joined: 08 Feb 2006 Location: Denver 368.21 GC$
Items
|
Posted: Wed Feb 08, 2006 12:01 pm Post subject: |
|
|
|
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 |
|
|
Sponsored Links
|
Posted: 2 Dec 2008 12:13 pm Post subject: Advertisements |
|
|
|
|
|
|
| Back to top |
|
|
|
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
|
|
|
|
|