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 event bubbling in the dom?

0 Answers  


What is hoisted in javascript?

0 Answers  


How do you change the style/class on any element using javascript?

0 Answers  


What is camelcase in programming?

0 Answers  


Where can I learn javascript for free?

0 Answers  


What is an empty html tag?

0 Answers  


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

0 Answers  


What is bom?

0 Answers  


What does question mark mean in react?

0 Answers  


if the two text boxes are there i want assign the vales like 2&3 and if i select button means i want find the sum.this is client side scripting in javascript

7 Answers   Infosys,


Write a javascript program to make a simple calculator

11 Answers   Anand Group, TCS,


Why it is not advised to use innerhtml in javascript?

0 Answers  


Categories