скачать файл с input type="submit"

mta

Client
Регистрация
12.01.2020
Сообщения
129
Благодарностей
7
Баллы
18
Здравствуй!
Мне нужно скачать документ, нажав на ссылку «Загрузить», исходный код указан ниже:

HTML:
<h2>Invoices</h2>               
                  <table class="table">
                    <thead>
                      <tr>
                        <th style="width:20%">Ref</th>
                        <th style="width:20%">Date</th>
                        <th style="width:20%">Amount</th>
                        <th style="width:20%">Status</th>
                        <th style="width:20%"></th>
                      </tr>
                    </thead>
                    
                  <tbody><tr class="noPaddingBottom">
                    <td>INV00609800</td>
                    <td>11-22-2019</td>
                    <td>-$20.00</td>
                    <td>Paid</td>
                    <td>
                      <input type="submit" name="p$lt$ctl02$pageplaceholder$p$lt$ctl00$MyProfile$Tabs$SummaryTab$lvInvoices$ctrl0$btnDownload" value="Download" id="btnDownload" class="linkStyle">
                    </td>
                  </tr>
                  <tr>
Я не могу это сделать, мне нужна помощь. Я благодарю вас заранее
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)