Is it possible to use the submit button as a download button for an application or a .pdf file
Is it possible to use the submit button as a download button for an application or a .pdf file
maybe if you use a href attribute or wrap the button in an anchor.
that is, if the href attribute/a tag is valid in forms.
what have you tried so far?
Certainly. A submit button can be used just like a link (although this can be semantically inadvisable):Code:<form action="file.tar.bz2"> <input type="submit" value="Download"> </form>
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
nothing so far i am building the page and the button looks cool when i apply a css tag to it so i was wondering if i could use the button for a download thini
Bookmarks