Abschick Button als Bild ?

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

  • easy...

    <input type="image" />

    Quellcode

    1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    2. "http://www.w3.org/TR/html4/loose.dtd">
    3. <html>
    4. <head>
    5. <title>Text des Titels</title>
    6. </head>
    7. <body>
    8. <h1>Absenden mit Komfort!</h1>
    9. <p>Voraussetzung ist eine Verbindung ins Internet.
    10. Es werden keine Daten gespeichert, das verarbeitende
    11. CGI-Script gibt lediglich die eingelesenen Daten aus.</p>
    12. <form action="http://de.selfhtml.org/cgi-bin/comments.pl">
    13. <table border="0" cellpadding="5" cellspacing="0" bgcolor="#E0E0E0">
    14. <tr>
    15. <td align="right">Ihre E-Mail-Adresse:</td>
    16. <td><input name="Mail" type="text" size="30" maxlength="30"></td>
    17. </tr><tr>
    18. <td align="right">Formular:</td>
    19. <td>
    20. <input type="image" src="absende.gif" alt="Absenden">
    21. </td>
    22. </tr>
    23. </table>
    24. </form>
    25. </body>
    26. </html>
    Alles anzeigen
  • Hallo,

    vielen Dank,
    aber wo genau muss das hier rein?

    Quellcode

    1. <!-- Search Google -->
    2. <center>
    3. <form method="get" action="http://www.google.de/custom" target="google_window">
    4. <table bgcolor="#ffffff">
    5. <tr><td nowrap="nowrap" valign="top" align="left" height="32">
    6. <a href="http://www.google.com/">
    7. <img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
    8. <input type="text" name="q" size="31" maxlength="255" value=""></input>
    9. <input type="submit" name="sa" value="Suchen"></input>
    10. <input type="hidden" name="client" value="pub-7849161522568279"></input>
    11. <input type="hidden" name="forid" value="1"></input>
    12. <input type="hidden" name="ie" value="ISO-8859-1"></input>
    13. <input type="hidden" name="oe" value="ISO-8859-1"></input>
    14. <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#FFFFFF;VLC:FF6633;AH:center;BGC:FFFFFF;
    15. LBGC:FFFFFF;ALC:000000;LC:000000;T:003CB6;GFNT:66CCFF;GIMP:66CCFF;LH:50;LW:234;L:http://www.regon.de
    16. /regonlogo1.gif;S:http://www.regon.de;FORID:1;"></input>
    17. <input type="hidden" name="hl" value="de"></input>
    18. </td></tr></table>
    19. </form>
    20. </center>
    21. <!-- Search Google -->
    Alles anzeigen
  • Hallo,
    leider klappt das nich:
    http://www.regon.de/indextest.html

    der Code ist:

    Quellcode

    1. <!-- Search Google -->
    2. <center>
    3. <form method="get" action="http://www.google.de/custom" target="google_window">
    4. <table bgcolor="#ffffff">
    5. <tr><td nowrap="nowrap" valign="top" align="left" height="32">
    6. <a href="http://www.google.com/">
    7. <img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
    8. <input type="text" name="q" size="31" maxlength="255" value=""></input>
    9. <input type="image" src="images/search-button.gif" name="sa" alt="Absenden">
    10. <input type="hidden" name="client" value="pub-7849161522568279"></input>
    11. <input type="hidden" name="forid" value="1"></input>
    12. <input type="hidden" name="ie" value="ISO-8859-1"></input>
    13. <input type="hidden" name="oe" value="ISO-8859-1"></input>
    14. <input type="hidden" name="cof" ...........
    Alles anzeigen
  • So????

    Quellcode

    1. <!-- Search Google -->
    2. <center>
    3. <form method="get" action="http://www.google.de/custom" target="google_window">
    4. <table bgcolor="#ffffff">
    5. <tr><td nowrap="nowrap" valign="top" align="left" height="32">
    6. <a href="http://www.google.com/">
    7. <img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
    8. <input type="text" name="q" size="31" maxlength="255" value=""></input>
    9. <input type="submit" src="images/search-button.gif" name="sa" value="Suchen"></input>
    10. <input type="submit" style="background-image:images/search-button.gif('adasd');width:100px;height:100px" />
    11. <input type="hidden" name="client" value="pub-7849161522568279"></input>
    12. <input type="hidden" name="forid" value="1"></input>
    13. <input type="hidden" name="ie" value="ISO-8859-1"></input>
    14. <input type="hidden" name="oe" value="ISO-8859-1"></input>
    15. <input type="hidden" name="cof" [...]
    Alles anzeigen
  • Also ich versthe das jetz nicht mehr so ganz wie soll ich das jetzt machen?
    Hier noch mals der Code:

    Quellcode

    1. <!-- Search Google -->
    2. <center>
    3. <form method="get" action="http://www.google.de/custom" target="google_window">
    4. <table bgcolor="#ffffff">
    5. <tr><td nowrap="nowrap" valign="top" align="left" height="32">
    6. <a href="http://www.google.com/">
    7. <img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
    8. <input type="text" name="q" size="31" maxlength="255" value=""></input>
    9. <input type="submit" name="sa" value="Suchen"></input>
    10. <input type="hidden" name="client" value="pub-7849161522568279"></input>
    11. <input type="hidden" name="forid" value="1"></input>
    12. <input type="hidden" name="ie" value="ISO-8859-1"></input>
    13. <input type="hidden" name="oe" value="ISO-8859-1"></input>
    14. <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#FFFFFF;VLC:FF6633;AH:center;BGC:FFFFFF;LBGC:FFFFFF;ALC:000000;LC:000000;T:003CB6;GFNT:66CCFF;GIMP:66CCFF;LH:50;LW:234;L:http://www.regon.de/regonlogo1.gif;S:http://www.regon.de;FORID:1;"></input>
    15. <input type="hidden" name="hl" value="de"></input>
    16. </td></tr></table>
    17. </form>
    18. </center>
    19. <!-- Search Google -->
    Alles anzeigen