how can we put OK or next button after giving password ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how can we put OK or next button after giving password ?

9th Jul 2016, 7:14 AM
AbiR
AbiR - avatar
3 Answers
+ 1
<input type="submit" name="submit" value="OK">
10th Jul 2016, 5:08 PM
ZinC
ZinC - avatar
0
<button>
9th Jul 2016, 7:36 AM
DeleteMe
0
<input type="button" name ="btnOk" value="OK" />
9th Jul 2016, 11:17 AM
Vinod Luhar