Can i create an login account with javascript ,without using
database ?

Answers were Sorted based on User's Feedback



Can i create an login account with javascript ,without using database ?..

Answer / rajesh

Javascript is one which loads on your page load. If you
want to test it for dummy app. you can.

Is This Answer Correct ?    22 Yes 4 No

Can i create an login account with javascript ,without using database ?..

Answer / mangala

yes, but need to hard code for login account by giving
multiple id comparisons and need to encrypt the javascript
code to hide from the page source .

This is not a secure way to create login account but we can
create login account using javascript.

Is This Answer Correct ?    15 Yes 3 No

Can i create an login account with javascript ,without using database ?..

Answer / 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

Can i create an login account with javascript ,without using database ?..

Answer / karthi.6863

No friend ...it is not possible...java script is use for
validation...

Is This Answer Correct ?    14 Yes 7 No

Can i create an login account with javascript ,without using database ?..

Answer / 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

Can i create an login account with javascript ,without using database ?..

Answer / anonymous

it also run in IE6 or IE5

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More JavaScript Interview Questions

What is spread syntax?

0 Answers  


What are the concepts of object oriented programming?Explain with an example.

1 Answers  


Give an example of closure?

0 Answers  


What can be the challenges during testing a program or a system?

0 Answers  


What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }

0 Answers  






How do you implement Ajax using hide() function in JQuery?

0 Answers   QuinStreet,


Auto insurance project..How to explain project in interviews.Using Automation tool (selenium).

0 Answers  


What is external javascript?

0 Answers  


What is the difference between undefined and not defined in JavaScript?

0 Answers  


Where do I write javascript code?

0 Answers  


How to detect browser name using JavaScript?

0 Answers  


What is context in javascript?

0 Answers  


Categories