Changeset 6:817ec319b143
- Timestamp:
- 05/24/09 00:27:53 (16 years ago)
- Branch:
- default
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
html/hlavni.js
r5 r6 68 68 function ajaxVykonatSQL() { 69 69 if (ajax.readyState == 4 || ajax.readyState == 0) { 70 ajax.open("GET", ' ahoj.html', true);70 ajax.open("GET", 'vysledek.html', true); 71 71 ajax.onreadystatechange = vykonatSQLVypis; 72 72 ajax.send(null);