added <noscript></noscript> for the submit button

This commit is contained in:
Olivier Müller
2002-01-12 13:34:33 +00:00
parent f2567b035f
commit 1ac8f9ab48
3 changed files with 7 additions and 2 deletions

View File

@@ -232,7 +232,7 @@ if ($num_dbs > 1) {
} // end for $t (db list)
echo '</select>';
echo '<input type="submit" name="Go" value="Go">';
echo '<noscript><input type="submit" name="Go" value="Go"></noscript>';
echo '</form>';
if (!$table_list) {