onMouseOver event

Discussion in 'JavaScript' started by NewKidAPR, Nov 25, 2007.

  1. #1
    hi

    i really dont know a lot about javascript. i tried many times but i was unsuccessful and now i am infront of you for your guidance.

    i want to implement a mouseover event on the following code. this code is inside a table definition:

    response.Write "<img src='Images/Spacing.gif' width='8' height='1'>
    <img src='Images/art_dot.gif' width='5' height='5' align='absmiddle'>
    <img src='Images/Spacing.gif' width='3' height='1'>
    <a HREF='shopdisplayproducts.asp?id=" & resultset("categoryid") & "&cat=" & Server.URLEncode(resultset("catdescription")) & addwebsesslink & "' class='sidelinks'>" &  resultset("catdescription") & "</a>" 
    Code (markup):
    when the mouse is over, the background of table definition changes to some other color.

    Please Help
     
    NewKidAPR, Nov 25, 2007 IP
  2. NewKidAPR

    NewKidAPR Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    thanks i managed to solve it
     
    NewKidAPR, Nov 26, 2007 IP