Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8869449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:29:04+00:00 2026-06-14T17:29:04+00:00

Let me explain this scenario: I have a JSP having a table whose source

  • 0

Let me explain this scenario:
I have a JSP having a table whose source code is not available to me.
Inside the table’s <TD> tag, however I can dynamically insert a anchor tag using Java codes:

String html =
 "<a href=\"javascript:showReleaseVersionsPopUp('" + currentRow.getComponentSeq() + "'); \" class=\"windowletIcon\">" +
                "<img src=\"./images/information-button.png\" width='25' height='20' id='img_"+currentRow.getComponentSeq()+"' " +
                        />" +
 "</a>";
return html;

Now what I want is, if a mouse enter’s this Anchor tag, it goes to Javascript showReleaseVersionsPopUp() and shows a hidden DIV, however on mouseout event on this Anchor tag, I don’t want it to go to Javascript hideReleaseVersionsPopUp() and hide the DIV. I rather want that Javascript hideReleaseVersionsPopUp() should be called on mouseout event on the Parent <TD> tag of this Anchor tag.

I believe to do this first I will need set a mouseout event handler on the Anchor tag and stop the event from bubbling and then set the event handler on it’s parent <TD> tag.

However, to reiterate here, I don’t have access to the JSP code and the <TABLE> code, so all I can do is through the Java code mentioned above.

Any suggestion appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T17:29:06+00:00Added an answer on June 14, 2026 at 5:29 pm

    You can attach a event handler to the onmouseout event of the parent node.

    var el = document.getElementById('idOfAnchor').parentNode;
    
    if (el.addEventListener) {
    
      el.addEventListener('mouseout', hideReleaseVersionsPopUp ); 
    
    } else if (el.attachEvent)  { // for IE8 and previous versions
    
      el.attachEvent('mouseout', hideReleaseVersionsPopUp );
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this scenario well, i'll let the model explain. public class ScheduleMonthlyPerDayModel {
I got stuck with this scenario. Let me explain as follows. I have a
Ok, let me explain the scenario. I have a orders table with a auto
Let me explain this. I have a table where I have two important fields
I have a Code design question. Let me explain the scenario and then the
this is kind of a strange title, so let me explain: We have a
It's hard to put this into the title, so let me explain. I have
So I am having a few problems with settings this up. Let me explain.
Let me explain my scenario first: I have around 2000 tests to run, which
Let me try and explain the scenario: I have a form with multiple items

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.