Can i create an login account with javascript ,without using
database ?
Answer Posted / guest
no it is not possible in anyway because it don't work ,but
you can make it for any practice session.
Is This Answer Correct ? | 22 Yes | 11 No |
Post New Answer View All Answers
Javascript, Pass by Value or Pass by Reference?
Why is javascript called richer interface?
Can we learn javascript without knowing java?
Mention what is the disadvantage of using innerhtml in javascript?
How do I get javascript?
What is a function constructor?
What are decodeuri() and encodeuri() functions in javascript?
Difference json arrary vs json object ?
What is the difference between undefined value and null value?
How do you write an if statement in javascript?
How do I view javascript files in chrome?
What is a frontend framework?
What companies use javascript?
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
What are global variables? How are these variable declared and what are the problems associated with using them?