bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: htags: status line could show better status line


From: Yann Dirson - LOGATIQUE
Subject: Re: htags: status line could show better status line
Date: Mon, 18 Dec 2000 09:39:35 +0100
User-agent: Mutt/1.2.5i

On Tue, Dec 12, 2000 at 10:36:24PM +0900, Shigio Yamaguchi wrote:
> > Currently when the pointer is over a href in a htags hypertext, the status
> > line does its default and displays the URL pointed to.  Unfortunately this
> > is not at all informative.  What would be better would be:
> > 
> > * filename + lineno if target is a program line
> > * things like "References to <symbol>" or "Uses of <symbol>" when relevant
> 
> Good idea.
> Does it need javascript? (Of course, it is no problem.)

I suppose so, I couldn't do without.  The following appears to work:

    <script>
      function showstat(string) {
      window.status = string;
      }      
    </script>
    This is <a href="." onmouseover="showstat('hello')">a test</a> and
    <a href="." onmouseover="showstat('hi')">another one</a>

-- 
      /\       Yann Dirson                      <address@hidden>
     \\ \
    \ \\ /     Sun Microsystems Inc.               <http://www.sun.com/>
   / \/ / /    ChorusOS Support
  / /   \//\
  \//\   / /   Phone: +33 139 44 74 50
   / / /\ /    Phone: 44450           
    / \\ \
     \ \\
      \/       Subcontractant from Logatique  <http://www.logatique.fr/>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]