Show
Ignore:
Timestamp:
05/23/09 20:59:09 (15 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

Obrázkové tlačítko pro vykonání SQL dotazu.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • html/index.html

    r2 r3  
    2727                    <div class="vnitrekBloku"> 
    2828                        <form> 
    29                             <textarea>SELECT * FROM tabulka;</textarea> 
    30                             <button type="button" onclick="javascript:demo();">Vykonat SQL!</button> 
     29                            <textarea id="vstupniPole">SELECT * FROM tabulka;</textarea> 
     30                            <button type="button" onclick="javascript:demo();">&nbsp;</button> 
    3131                        </form> 
    3232                    </div>