Consulting

Results 1 to 2 of 2

Thread: Please Help Urgent : Clicking on Links Using VBA

  1. #1
    VBAX Newbie
    Joined
    Jul 2013
    Posts
    1
    Location

    Please Help Urgent : Clicking on Links Using VBA

    Dear All, I have the below html source, and I want to click on link based on 01/01/2013 - 03/31/2013 date. These are table values which are dynamic, here these are 3 might be any number of records. Please help

    <td>
    1</td>
    <td>
    A</td>
    <td>
    01/01/2006 - 03/31/2013</td>
    <td>
    <nobr>[<a class='linkonLite' href="javascript:addsip('1311381');">add</a>]</nobr></td>
    <td>
    000442</td>
    <td>
    002</td>
    <td>
    07/01/2007 - 12/31/2010</td>
    <td>
    <nobr>[<a class='linkonLite' href="javascript:maintainsip('885494');">update</a>][<a class='linkonLite' href="javascript:terminatesip('885494');">delete</a>]</nobr></td>
    </tr>

    <tr class='tiny' >
    <td>
    &nbsp;</td>
    <td>
    &nbsp;</td>
    <td>
    &nbsp; - &nbsp;</td>
    <td>
    <nobr></nobr></td>
    <td>
    004247</td>
    <td>
    002</td>
    <td>
    01/01/2011 - 12/31/2011</td>
    <td>
    <nobr>[<a class='linkonLite' href="javascript:maintainsip('3886240');">update</a>][<a class='linkonLite' href="javascript:terminatesip('3886240');">delete</a>]</nobr></td>
    </tr>

    <tr class='tiny' >
    <td>
    &nbsp;</td>
    <td>
    &nbsp;</td>
    <td>
    &nbsp; - &nbsp;</td>
    <td>
    <nobr></nobr></td>
    <td>
    004247</td>
    <td>
    005</td>
    <td>
    01/01/2013 - 03/31/2013</td>
    <td>
    <nobr>[<a class='linkonLite' href="javascript:maintainsip('6047933');">update</a>][<a class='linkonLite' href="javascript:terminatesip('6047933');">delete</a>]</nobr></td>
    </tr>

  2. #2
    Moderator VBAX Wizard Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    5,059
    Location
    This site is promoting the use of VBA, so posting any other form of code is a waste of time.
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •