I have one textbox & button. On button click event I have too show some keyboard value (example I have to show number 2 into a textbox)
How can I do a javascript code which will automatically press a key & show a text into a textbox.
I tried with below code. Suggest me something.
Thanks in advance.
- "text" id="myInputTextBoxId" value="">
- type="button">Generate Text



Rupesh KahanePosted Mar 28, 2017, 1:00 AM