Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] link status
- From: javascript@xxxxxxxxxx (Cutter (JavaScript))
- Subject: [Javascript] link status
- Date: Tue, 17 Dec 2002 11:12:46 -0500
Yes, I want to set a mouseover event for all links on the page. No, I do
not want to include the mouseover in the link itself. I wanted to know
if anyone had possibly done something like this using the links[] object
of the document. Something like (though this doesn't do it...):
<script>
var d = document;
for( var i = 0; i < d.links.length; i++ ){
d.links[i].onmouseover = (window.status = '');
</script>
Cutter
Esther_Strom@xxxxxxxx wrote:
>Not sure what you mean by "listen"; if you want the status bar to change
>when someone mouses over a link, put something in the onmouseover event:
>
><a href="test.html" onmouseover="javascript:window.status
>='esther'">test</a>
>|------------------------------|
>| E S T H E R S T R O M, CLPP |
>| Notes Application Development|
>| McDougal Littell |
>| 909 Davis Street |
>| Evanston, IL 60201 USA |
>| w: 847.424.3209 |
>| e: esther_strom@xxxxxxxx |
>|------------------------------|
>
>
>
>
>
>
> "Cutter (JavaScript)"
> <javascript@theblades- To: javascript@xxxxxxxxxx
> family.com> cc:
> Sent by: Subject: [Javascript] link status
> javascript-admin@LaTec
> h.edu
>
>
> 12/17/2002 09:32 AM
> Please respond to
> javascript
>
>
>
>
>
>
>How can I setup a script which will "listen" for a user attempting to
>mouseover a link and automatically set the status bar to "" when they do
>so?
>
>Cutter
>
>_______________________________________________
>Javascript mailing list
>Javascript@xxxxxxxxxx
>https://lists.LaTech.edu/mailman/listinfo/javascript
>
>
>
>
>
>_______________________________________________
>Javascript mailing list
>Javascript@xxxxxxxxxx
>https://lists.LaTech.edu/mailman/listinfo/javascript
>
>
- Follow-Ups:
- [Javascript] link status
- From: Hassan Schroeder
- [Javascript] link status
- References:
- [Javascript] link status
- From: javascript@xxxxxxxxxx
- [Javascript] link status
- Prev by Date: [Javascript] link status
- Next by Date: [Javascript] link status
- Previous by thread: [Javascript] link status
- Next by thread: [Javascript] link status
- Index(es):