Display tooltip when some event occurs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gaya3
    New Member
    • Aug 2007
    • 184

    Display tooltip when some event occurs

    Hi ,
    can anyone say how to use the tooltip in javascript,when some event occurs..I'm having the following code...
    Code:
    <html>
    <head>
    <script>
    function toggle()
    {
    //tooltip code 
    }
    </script>
    <body>
    <input type = "button" name="user" value="user" onMouseOver = "toggle()">
    <body>
    </head>
    </html>

    can any one pl say.. wat to be inserted in
    //tootip code comment...
    Thnaks in Advance...
  • gaya3
    New Member
    • Aug 2007
    • 184

    #2
    ToolTip

    Hi ,
    can anyone say how to use the tooltip in javascript,when some event occurs..I'm having the following code...
    Code:
    <html>
    <head>
    <script>
    function toggle()
    {
    //tooltip code 
    }
    </script>
    <body>
    <input type = "button" name="user" value="user" onMouseOver = "toggle()">
    <body>
    </head>
    </html>

    can any one pl say.. wat to be inserted in
    //tootip code comment...
    Thnaks in Advance...

    Comment

    • vee10
      New Member
      • Oct 2006
      • 141

      #3
      Hi,

      This link may help u

      http://www.designerwiz .com/JavaScripts/link_box_descri bes_content.htm

      Comment

      • Markus
        Recognized Expert Expert
        • Jun 2007
        • 6092

        #4
        What exactly do you want to happen?
        The function is named toggle which leads me to believe you want something changed. But then you say 'tooltip'?

        Comment

        • acoder
          Recognized Expert MVP
          • Nov 2006
          • 16032

          #5
          Threads merged. Please do not double post your questions.

          You'll have to give more details. Where do you want the tooltip to display?

          Comment

          Working...