Finding the Button inside the CELL

Hi all
Here i am stuck to a problem . i want to execute the click event of a
button which is being located in the table cell which dont have any id.
So please give me any solution for that.

Example:

Now I want to Locate the Test Button…

Thanks in advance.

On May 16, 2007, at 7:54 AM, AMruta wrote:

 <table id="ShipTableMenu" >

Now I want to Locate the Test Button…

Thanks in advance.

If you have prototype.js (which you certainly do, right?), you can $
(‘cmdTest’).click();

Your button has an id, so use it!

-Rob

Rob B. http://agileconsultingllc.com
[email protected]