how to open a link in a webpage that has doPostBack

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • up2you
    New Member
    • Dec 2009
    • 1

    how to open a link in a webpage that has doPostBack

    Hi,
    Below there is a example code that i saved from web page source.
    in this site when i click "Excell'e Aktar" the excel file download page appears.
    What i want to do is; i want to open this link with vb6 code. Is it possible?

    I put the whole code to attachment.

    example Code from webpage:

    </tr><tr class="unsele" OnMouseOver="cl assName='sele'" OnMouseOut="cla ssName='unsele' ">
    <td><a href="javascrip t:__doPostBack( 'SearchGrid$_ct l17$_ctl0','')" >Excell'e Aktar</a></td><td><a href="javascrip t:__doPostBack( 'SearchGrid$_ct l17$_ctl1','')" >XML'e Aktar</a></td><td>20</td><td>AS3WA</td><td>D1D4T</td><td>GIR</td><td>FO </td><td>IN259179 </td><td>12/11/2009</td><td>12/11/2009</td><td> 1,373.64</td><td> 1,373.64</td><td>Muhasebe leşti</td><td> 247.27</td><td> 247.26</td><td> .00</td><td> .00</td><td> 1,620.90</td><td>135</td>

    best regards,
    Mustafa
    Attached Files
Working...