Can i create an login account with javascript ,without using
database ?
Answer Posted / rajesh
if authentication is not required then we can create
without using database.
if authentication required for user the we cant create
login without database
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What does undefined value mean in javascript?
What are global variables? How are these variable declared and what are the problems associated with using them?
The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here
Which is best for front end?
What are the two basic groups of dataypes in javascript?
what is the difference between let, var, and const?
What is are the types of the pop up box es available in javascript?
What is a string in javascript?
What is the difference of "settimeout" function and setinterval functions in javascript
How to change video files randomly after completing its execution in Javascript?
What are the requirements of web application using javascript?
How do you reverse a string in javascript?
What is rest parameters in javascript?
What is servlet in javascript?
what is the function of public class main ?