« Modèle:GLFindexEn » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
<html> | <html> | ||
Commencer à partir de | Commencer à partir de : | ||
<input name="searchTxt" type="text" maxlength="12" id="searchTxt" class="searchField"/> | <input name="searchTxt" type="text" maxlength="12" id="searchTxt" class="searchField"/> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
window.onkeyup = keyup; | window.onkeyup = keyup; | ||
var inputTextValue; | var inputTextValue; | ||
function keyup(e) { | function keyup(e) { | ||
inputTextValue = e.target.value; | inputTextValue = e.target.value; | ||
if (e.keyCode == 13) { | if (e.keyCode == 13) { | ||
window.location = "https://datafranca.org/wiki/index.php?title=Cat%C3%A9gorie:ENGLISH&pagefrom=" + inputTextValue; | window.location = "https://datafranca.org/wiki/index.php?title=Cat%C3%A9gorie:ENGLISH&pagefrom=" + inputTextValue; | ||
Ligne 21 : | Ligne 14 : | ||
} | } | ||
</script> | </script> | ||
<center style="font-weight:bold; font-size:26px; "> | <center style="font-weight:bold; font-size:26px; "> |