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

  • SEARCH
  • Home
  • 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 6737897
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:18:09+00:00 2026-05-26T11:18:09+00:00

In Web application, I write JavaScript for mouseover and mouseout for a button to

  • 0

In Web application, I write JavaScript for mouseover and mouseout for a button to change the color. It is not working when button is in datalist control, it is working fine when button is outside of datalist control. This is my code, please help me.

  <script type="text/javascript" >
function changeImage() 
{       
    document.getElementById("btnView").style.background = "#AD1F13";
}

function changeImage1()
{
   document.getElementById("btnView").style.background = "#005594";
} 
</script>

<asp:DataList ID="dtlstMagazine" class='tableborder'    runat ="server" Width ="100%" 
          onitemdatabound="dtlstMagazine_ItemDataBound" 
          onitemcommand="dtlstMagazine_ItemCommand">
       <ItemTemplate >
            <div style="text-align:left; " class="item-title"  >
 <asp:LinkButton Font-Underline ="false"   ID="ltrlTitle"   CommandName="Redirect"  CommandArgument='<%# Eval("titleid") %>' Font-Bold ="true" Font-Size ="Medium"         runat="server" Text ='<%# Eval("Title") %>'></asp:LinkButton> 
                                      </div>                            
             <asp:Button ID="Btn_CR1" runat="server" Text="Continue Reading"   CssClass='button3'  onMouseOver="changeImage()" onMouseOut="changeImage1()" />  </ItemTemplate>  </asp:DataList>
  • 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-05-26T11:18:10+00:00Added an answer on May 26, 2026 at 11:18 am

    Actually you need a reference to buttons inside list to change their attribute. You can do this by changing your javascript method to:

    function changeImage(obj) 
    {       
        obj.style.background = "#AD1F13";
    }
    

    and your aspx to:

    <asp:Button ID="Btn_CR1" runat="server" Text="Continue Reading"   CssClass='button3'  onMouseOver="changeImage(this)" onMouseOut="changeImage1(this)" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to write some javascript functions for a web application. Following the
I want to design and write a 3d image viewing web application in JavaScript.
I have to write a web application, and I am not sure which technology
I am working on a web application project using Tapestry 5 framework/javascript. This application
i am using IE 8 for testing the javascript i write for my web-application.
I've write a web-application in PHP which has 30 tables+views. From time to time
I need to write a web application using SQL Server 2005, asp.net, and ado.net.
I've to write an Ajax chat web application in ASP.NET for a friend, and
I want to write a web application and want to use Ruby. I have
I'm planning to write gateway web application, which would need terminal window with VT100/ANSI

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.