html/index.html
changeset 3 35e9706113b0
parent 2 26a11fc8e3e4
child 4 49903d1fe188
     1.1 --- a/html/index.html	Sat May 23 20:16:03 2009 +0200
     1.2 +++ b/html/index.html	Sat May 23 20:59:09 2009 +0200
     1.3 @@ -26,8 +26,8 @@
     1.4                      <h2>Zadávání SQL příkazů</h2>
     1.5                      <div class="vnitrekBloku">
     1.6                          <form>
     1.7 -                            <textarea>SELECT * FROM tabulka;</textarea>
     1.8 -                            <button type="button" onclick="javascript:demo();">Vykonat SQL!</button>
     1.9 +                            <textarea id="vstupniPole">SELECT * FROM tabulka;</textarea>
    1.10 +                            <button type="button" onclick="javascript:demo();">&nbsp;</button>
    1.11                          </form>
    1.12                      </div>
    1.13                  </div>