vendredi 31 mars 2017

I need to randomly list 5 names that the User chooses

I have text boxes where the user gets to fill them up with names. What I need is a code is javascript that will Randomly rank these names from 1 to 5. Thanks!

<form>

    <input type="text"  id="LoverName1" name="name">

    <input type="text" id="LoverName2" name="Name2">

    <input  type="text" id="LoverName3" name="Name3">

    <input type="text" id="LoverName4" name="Name4">

    <input type="text" id="LoverName5" name="Name5">
</form>




Aucun commentaire:

Enregistrer un commentaire