jQuery submit form mit click-Ereignis mit neuer Aktion

Ich habe ein Formular wie dieses

    <form name="test" action="test/test_new" />
<input type="text" />
<input type="submit" value="search"/>
<input type="button" value="download"/>

Brauche ich eine auf auch für die download-Schaltfläche. ZB. Wenn ich auf download sollte es reichen wie text/text_new.xls statt text/text_new. Wie kann ich es tun.

InformationsquelleAutor overflow | 2013-08-31
Schreibe einen Kommentar