+ 2
#JavaScript
Hello everyone... could anyone of you help me to code the email...? I want it to be like this one (( nbr@name.domain)) I'm still newbie and beginner and idk what are the functions that I have to use ...
19 odpowiedzi
+ 5
👉 Khouloud Tlili 🤞🤌 Specify? what do you mean by code the email. like send an email? open up an email?
+ 2
Explain your question
+ 1
Bob_Li thnx a loooooot
0
Your Mom i mean recognising
0
👉 Khouloud Tlili 🤞🤌 Like checking if the email is valid?
0
When the user gonna enroll...he would enter his email...and this one should be like this((( numbers@string.string)))
0
maybe you are asking how to: "Create a professional email using your domain"
you can buy that at GoDaddy
0
👉 Khouloud Tlili 🤞🤌 im not sure if u can do this in javascript. In html though u can make an input that uses an email
0
Your Mom in html we do (( input text = email id='mail')) i know but i have to do a function in js ...
Function verif_email ()
{
Const emailInput = document.getElementById('mail').value;
If (emailInput =="")
{
Alert('Something went wrong!');
Return false;
}
}
I know this
But i want the users enter a serie of number before the @ for example .... etc
0
👉 Khouloud Tlili 🤞🤌 Okay, is there a reason for this? Like is it to verify the user?
0
Your Mom Yes .. it is ..
0
I think he means an email validator.
👉 Khouloud Tlili 🤞🤌
study this:
https://www.w3resource.com/javascript/form/email-validation.php
0
Hello
0
Tayyab Ali yes hello
0
👉 Khouloud Tlili 🤞🤌 Are you a web developer?
0
Tayyab Ali yes but I'm still beginner
0
👉 Khouloud Tlili 🤞🤌 very nice
0
How i made a image html?
0
Moin Uddin you mean background???