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


Please Help Members By Posting Answers For Below Questions

Javascript, Pass by Value or Pass by Reference?

605


Why is javascript called richer interface?

573


Can we learn javascript without knowing java?

552


Mention what is the disadvantage of using innerhtml in javascript?

681


How do I get javascript?

582






What is a function constructor?

557


What are decodeuri() and encodeuri() functions in javascript?

561


Difference json arrary vs json object ?

628


What is the difference between undefined value and null value?

591


How do you write an if statement in javascript?

551


How do I view javascript files in chrome?

570


What is a frontend framework?

564


What companies use javascript?

552


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

2118


What are global variables? How are these variable declared and what are the problems associated with using them?

593