« Modèle:GLFindexEn » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 4 : | Ligne 4 : | ||
<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; | ||
} | } | ||
} | } | ||
</script> | </script> | ||
<hr> | |||
<center style="font-weight:bold; font-size:26px; "> | <center style="font-weight:bold; font-size:26px; "> | ||
<a href="/wiki/index.php?title=Catégorie:ENGLISH&pagefrom=A">A</a> | <a href="/wiki/index.php?title=Catégorie:ENGLISH&pagefrom=A">A</a> |