#26 Form Validations in JavaScript
HTML-код
- Опубликовано: 7 фев 2025
- Check out our courses:
Java Full Stack and Spring AI - go.telusko.com...
Coupon: TELUSKO10 (10% Discount)
DevOps with AWS: From Basics to Mastery : go.telusko.com...
Coupon: TELUSKO10 (10% Discount)
Master Java Spring Development : go.telusko.com...
Coupon: TELUSKO20 (20% Discount)
Udemy Courses:
Spring: go.telusko.com...
Java:- go.telusko.com...
Java Spring:- go.telusko.com...
Java For Programmers:- go.telusko.com...
Python : go.telusko.com...
Git : go.telusko.com...
Docker : go.telusko.com...
For More Queries WhatsApp or Call on : +919008963671
website : courses.telusk...
Instagram : / navinreddyofficial
Linkedin : / navinreddy20
TELUSKO Android App : bit.ly/TeluskoApp
Discord : / discord
THANK YOU!! I've been looking at tutorials for HOURS and this is the only one that was complete, easy to understand, and that actually worked. You saved me so much time and headache.
Bro 🙏 one of the best explanations I ever seen here on RUclips explaining each step. Very useful and important for all the community. Respect !
I was lookin for that action about one week thanks Telusko group
The clarity of speaking and the way you subtly cover the basic concepts is really good. Tanmay rocks!!
Thank you, you explained every single step in the video very clearly unlike most other video. Liked and subscribed!
Thank Youuuuu You really helped me with it I watched many tutorials but none of em worked . But yours did and you also got a new sub
Delivering the best content as always...thank you Telusko!!!!!!!
Me an engineering student. Tq u sir or senior for providing free video tutorial. Thank u soooo much 😍
i was unable to find everywhere but somehow i found yours
really thank you for making this tutorial & this really help us out !
keep up the good work !
Short and Valuable - Very Well
Your explanations are really amazing.
thank you for this use full content
thanks so much for this simple and short video. i keep getting lost watching the long ones
Great way of teaching bro.. ❤
I was making my website you help me lot thanks man :)
really really useful, one of the best form validation videos, many thanks!
Thanks a lot
the video was fine..I'm hooked on telusko tutorials .. tutors have a vary nice approach on how to impact knowledge
Thank you so much for such positive feedback. Really glad to know this
@@SimpleSnippets I subscribed to your channel man! It's really an amazing video. Well explained :D
@@SimpleSnippets May I get the playlist link to these videos?
This vedio is very good for devaloper feelds
Excellent Explanation and Fluent English... #thanks
it helps a lot to me while building my website thanks
Finally I got perfect and master of validation
Thank you! Our lecturers were terrible at explaining JS and especially form actions.
++
Have been struggling to understand, got it, thank u ❤🌹🙏
man you are osmm
After I saw this video I got little idea about this validate tq sir
Amazing explanation I am from Pakistan
It's four years ago but thank you and thank you once again!.. was disturbed by forms always now l can tell not any more.
Telusuko is a Telugu word think you are a Telugu people, the way you are explaining is good by taking each scenario,I am from Andhra Pradesh
wow this tutorial made the code so easy to understand
Bro ur explanation is top notch...keep it bro this will help to beginners to pros.....
Superb explanation...
easy to understand, thanks, this i was looking for
Waiting for this
Nice video 👌👌👌
Thanks Vineeth ✌️
Bhai ek number
Thank you soo much very helpful video
amazing... i am beginner but got everything u explained
Very high quality content thank you brother
Clear explanation, thank you
Thank you Thank you Thank you Thank you!!!!
I learned something today. Thanks
best explanations
This is what I've looking for✅
thanks this is really helpful to understand love from india
Thank you
Great Video man
Proud of video clarity
Very good explaination .i mean u know what are the consequences we face in future so u explained everything .Cool one
very nice tutorial
u can use required with js just for remove spaces trim() it will be easy maybe?
THANKS.......
thank you so much
Hats Off! Very Helpful!
Dear sir , how do we get after submit result like student exam result , search light bill etc,
Thank you... clear explanation and useful too
wow
Nice and to the point. Thanks man!!
Looks like speaker is simple snippet 😍
Hi. I tried to use return statement in "form" tag.but it is showing error that it can be used only in fuction body.
then what is the solution for it??
how do i make the button to be disabled if either textbox is empty?? i know in csharp you use something like btn1.enabled == false;
Excellent...
Thank you :-)
thanks
How do I send data to my php by action method ? If I enter url in it ?
provide the file link in DESCRIPTION for easy learning ;)
nice explanation...👍👍👍
Thank you so much Brother Its working Now
Please make a video on password and email validation in one html document
have you ever across a scenario where onsubmit attribute doesn't work?
Why are you using light-themed IDE ??
Hi, Thanks for the video it is very helpful and i am trying to execute this form tag and JS file, but JS validation is not working for me. but it is redirecting to another page with welcome message. it is not checking the blank field. can you pls assist me on this?
Good video, nicely explained.
thnx for the help
Thank You Telusko
PERFECT!!!
When I put return function also it's goes on to welcome page.why??
Same problem for mine also
Same
Did u get it.....??
Plzz rply me i have that same prblm
can u tell me the solution to this I am also having the same issue
Maybe the question will be answered in the following videos, but to be sure that I don't forget my question:
What if I just got the link to message.html, so the login-form is no obstacle for me as a user. If the user knows the link to the desired page, how do you prevent the access to that page and allow just someone to view it when he has the specific login data?
Pretty good question.Well this kinda falls into a little advance part of validation where this is kinda like a security feature. A simple way to handle this is to store username or a particular token id in the cookies and set it to null at the start and if you go onto this message.html link directly without going through the form, you check this cookie value onto the message.html page at the beginning. if it is null, it will mean you tried to access the message.html page directly without going through the form. if you go through the form page properly you set the username in the cookies to a proper value other than null so then you can load message.html properly. Hope you get the gist of this methodology ?
How to achive full validation..any vidio in this channel..
nice video
Thank you 😇
I figured out an alternative which doesn't use return in Js function. Code below:
function validate() {
var uname = document.getElementsByTagName("input")[0].value.trim();
var pass = document.getElementsByTagName("input")[1].value.trim();
if(uname.length == 0 || pass.length == 0) {
alert("either of the input value is blank!");
}
else {
document.getElementsByTagName("form")[0].action = "welcome.html";
}
}
You are great buddy.....😮
whoa!! that's a great video! thank u !
This is PERFECT
From video I got good concepts of action attribute of form
And this is very amazing video sir
Thank you do much buddy 😇✌️
But if you have alert() + window.location
Even if you have " required " in form
It will still redirect
If have new videos Please put your text code in descriptions
Mad respect anna ❤
Clean coding,
Proper execution
And excellent presentation !
/* happy coding */
Thank you so much ✌️ happy to hear this from you 😇
@@SimpleSnippets sir i need help
My same program is not working plz this out
Teaching style awesome bro
U need therapy if U use VS code on loght mode. Stop it get some help
thanks a lot bro💕
😍😍
Thanks Tanmaya...
Hi bro ..
Which concepts to learn in Java for Android app development.? .... Please make a video....
Core Java ✌️ that would be enough 👍
Can you please explain angular js tutorial
super...
Thanks buddy 😎✌️
Nice explication. But I'm just wondering if it's allowed to have "return " in html as you did into the form container? Thanks
Thanks bro nice vdo
Sir how you can add "return" in form tag because "return" statement can only be used within a function body
Nice
nice video sir
well explained.. ty :)
thanks bro