I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-03-19 00:49:31-07 by johnj
How to select and Click a submenu item
I have the following source where I need to select and click a submenu item. How do I accomplish this with IE::Mechanize ?
<TD noWrap align=left width="1%"><IMG tabIndex=0 src="Space.png" border=0><IMG tabIndex=0 src="Spac +e.png" border=0><INPUT class=gridRowActionsButton id=main_rowActions onmouseover="this.className=' +gridRowActionsButtonOver';" disabled tabIndex=0 onmouseout="this.className='gridRowActionsButtonOu +t';" type=button value=Actions includeInPostBack="false" PopUpUniqueId="1"> <DIV id=main_rowActions_container style="DISPLAY: none"> <DIV class=gridRowActionsItem id=main_rowAction_GoRun onclick="Grid_RowCommand('templategrid','GoRu +n',this,null,null,null,null,null,null,null);" AllowMultipleSelection="0">Run</DIV> <DIV class=gridRowActionsItem id=main_rowAction_GoSchedule onclick="Grid_RowCommand('templategrid', +'GoSchedule',this,null,null,null,null,null,null,null);" AllowMultipleSelection="0">Edit Template</ +DIV> <DIV class=gridRowActionsItem id=cmain_rowAction_DeleteReport onclick="Grid_RowCommand('templategri +d','DeleteReport',this,null,null,null,null,null,null,{&quot;ConfirmMessage&quot;:&quot;Are you sur +e you want to delete the selected templates?&quot;});" AllowMultipleSelection="1">Delete template< +/DIV></DIV></TD>
Direct Responses: Write a response