Facebook
From Flying Stork, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 78
  1. <html>
  2.    <head>
  3.        <title>Pogodite broj</title>
  4.    </head>
  5.    <body>
  6.        <h1>Pogodite broj</h1>
  7.        Broj pokušaja: <p id="brojPokusaja"></p>
  8.        <h2 id="poruka"></h2>
  9.        <form action="#">
  10.            <input type="text" name="pokusaj" id="pokusaj">
  11.            <input type="button" value="Pošalji" id="posalji">
  12.        </form>
  13.    <script src="posaljiAjax.js"></script>
  14.    </body>
  15. </html>