Can i create an login account with javascript ,without using
database ?
Answer Posted / 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 |
Post New Answer View All Answers
What is event target in javascript?
What boolean operators can be used in JavaScript?
How many hours learn javascript?
How are DOM utilized in JavaScript?
What are the decodeURI() and encodeURI()?
Example of using regular expressions for syntax checking in javascript?
Where can I learn javascript for free?
What are the main uses of javascript?
What are the javascript data types?
How many functions are there in javascript?
How to create objects in JavaScript?
What is a module in javascript?
Difference between '=', '==' and '===' operators?
What is unobtrusive javascript? How to add behavior to an element using javascript?
why can't we call a static method from a non-static method