Help for this page

Select Code to Download


  1. or download this
    <a class="ctl00_Menu1_1 DynamicMenuItemStyle ctl00_Menu1_6" href="java
    +script:LoadinIframe('InvestmentDetail.aspx?FromMenu=Y&amp;MainMenu=Y'
    +,'Investment Detail','Yes')" target="_self" style="border-style:none;
    +font-size:1em;">Investment Detail</a>
    
  2. or download this
    $mech->follow_link(  text_contains=> '//a[text() = "Investment Detail"
    +]' );
    
    ...
    $mech->follow_link( xpath => '//a[text() = "Investment Detail"]' );
    
    $mech->follow_link( text => 'Investment Detail',n => 12 );