“HTML Auto Plik pobierania” Kod odpowiedzi

Link do pobrania HTML

<a href="path/to/file.ext" download rel="noopener noreferrer" target="_blank">
   Download File
</a>

<!-- Please keep in mind that the dowload attribute is not supported by IE11. This why we need a target="_blank" fallback -->
Evergreen Tomato

HTML Auto Plik pobierania

<button type="submit" onclick="window.open('file.doc')">Download!</button>
Cruel Cicada

Odpowiedzi podobne do “HTML Auto Plik pobierania”

Pytania podobne do “HTML Auto Plik pobierania”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu