Hirdetés

Keresés

Új hozzászólás Aktív témák

  • nevemfel

    senior tag

    válasz laracroft #10020 üzenetére

    <!DOCTYPE html>
    <html lang="hu">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <title>Title</title>
    </head>
    <body>
    <form class="row" id="kereses" name="kereses" method="post">
    <div class="col-md-2">
    <button type="button" class="btn btn-danger" id="uj_hiba" onclick="window.open('uj_hiba.php','_blank')"> Új Hibanapló</button>
    </div>
    <div class="col-md-2">
    <input type="text" class="form-control" id="hiba" name="hiba" placeholder="Hibajelenség">
    </div>
    <div class="col-md-2">
    <input type="text" class="form-control" id="bejelent_nev" name="bejelent_nev" placeholder="Bejelentő neve">
    </div>
    <div class="col-md-2">
    <button type="submit" class="btn btn-primary" name="keres" id="keres">Keresés</button>
    </div>
    </form>
    </body>
    </html>

    <button type="button"> -t kell beállítani, ha egy gombot sima gombként akarsz használni, nem submit elemként.

Új hozzászólás Aktív témák