in a shop ,there are 10 employee and 20 kinds of goods,goods id between 1-20 EMPLOYEE id first name last name gender 10001, 'Tom', 'Brown', 'F' 10002, 'Elizabeth', 'Tremblay', 'F' 10003, 'Gladys', 'Julie', 'F 10004, 'John', 'Taylor', 'M 10005, 'Amelia', 'Smith' 10006, 'Logan', 'Katherine' 10007, 'Leo', 'Brown' 10007, 'Lem', 'Thompson' 10009, 'Tom' 'Smith' 10010, 'Emma', 'Campbell' ------------ and I want to add a name library in it ,like this how could i create a HTML file ,with will randomly create customers with these employee . there is a start button on the page . press "start "bottom ,and it will It will randomly match 10 items, customers, and goods, display goods id ,customername and gender ,employer name , id and gender . how to do such a page ?
in a shop ,there are 10 employee and 20 kinds of goods,goods id between 1-20
EMPLOYEE id first name last name gender
10001, 'Tom', 'Brown', 'F'
10002, 'Elizabeth', 'Tremblay', 'F'
10003, 'Gladys', 'Julie', 'F
10004, 'John', 'Taylor', 'M
10005, 'Amelia', 'Smith'
10006, 'Logan', 'Katherine'
10007, 'Leo', 'Brown'
10007, 'Lem', 'Thompson'
10009, 'Tom' 'Smith'
10010, 'Emma', 'Campbell'
------------
and I want to add a name library in it ,like this
how could i create a HTML file ,with will randomly create customers with these employee .
there is a start button on the page .
press "start "bottom ,and it will It will randomly match 10 items, customers, and goods, display goods id ,customername and gender ,employer name , id and gender .
how to do such a page ?
Step by step
Solved in 2 steps