I just started my first ASP project for a SQL 2000 Database.
I have successfully added some java buttons to my page and the onClick events work fine on all of them.
However I can not get the onMouseOver events to function with multiple buttons on the page. It works fine when only one button is present. I understand I need to creat some sort of an array variable. Since this is my first forray with Javascript, I don't know how to write the code to accomplish my multple button contol.
Can someone help me out with a basic array function that will allow my onMouseOver events to work on all my buttons when they are all on the page.
Thank you very many.......
I have successfully added some java buttons to my page and the onClick events work fine on all of them.
However I can not get the onMouseOver events to function with multiple buttons on the page. It works fine when only one button is present. I understand I need to creat some sort of an array variable. Since this is my first forray with Javascript, I don't know how to write the code to accomplish my multple button contol.
Can someone help me out with a basic array function that will allow my onMouseOver events to work on all my buttons when they are all on the page.
Thank you very many.......