develop@gistenson.com wrote:[color=blue]
> Sorry for top-posting. Visual limitations make it very difficult for
> me to do.[/color]
That does not make sense.
[color=blue]
>
> I'll try to track down dynlib, as you suggested.
>
> Using the div element or updating a form's text field requires that
> the whole page is reloaded. That would be distracting to my clients.
> Using something like a timed box would be unobtrusive and still make
> the additional information available.
>
> The best solution so far is to have the event call two functions,
> both of which update the status bar.[/color]
Many modern browsers (NS 7.x, NS 8, Mozilla 1.x, Firefox 1.x, Opera 7+,
Maxthon, etc.) now prevent scripters from abusing the text of status
bar: a very good decision from browser vendors IMO. Users hate spamming
text running in status bar.
The first function displays the[color=blue]
> information in the status bar, and the second function uses
> setTimeout() to replace the above information, after a delay, with
> the document's URL. It's working fine. I would rather find a
> tooltip-like solution, though.
>[/color]
I do not understand why you have not first tried to use the title
attribute: this is a sound, sane, javascript-free, css-free way to
provide an advisory info attached to an element.
This is what I would recommend you or anyone to use first.
99.99% of all webpages done on the web do not need more than the title
attribute for .
http://www.w3.org/TR/html401/struct/...tml#adef-title
If the info is important for the user to know, to read, then you should
not look for tooltip to convey such info.
Please read this groups FAQ about top-posting.
comp.lang.javascript FAQ -
http://jibbering.com/faq
DU
--
A: top-posting
Q: What's the most annoying way to post in discussion newsgroups?