I will be want to error msg of JavaScript on text box . like required. What do i.? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

I will be want to error msg of JavaScript on text box . like required. What do i.?

I want edit required msg of html in any text box . Using by JavaScript.

8th Sep 2019, 5:47 AM
Ramparvesh
Ramparvesh - avatar
4 Réponses
+ 1
When posting the data from the form check if the value of box is not equal to "" (i.e. nothing) , then display the required text message otherwise post the data on submit event
8th Sep 2019, 9:46 AM
Vikas Tiwari
Vikas Tiwari - avatar
+ 1
Yes u can do it using javaScript
8th Sep 2019, 2:03 PM
Vikas Tiwari
Vikas Tiwari - avatar
0
Yes but I want to those messages are create by JavaScript
8th Sep 2019, 10:29 AM
Ramparvesh
Ramparvesh - avatar
0
How can do it?
8th Sep 2019, 2:45 PM
Ramparvesh
Ramparvesh - avatar