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 undefined x 1 in JavaScript?

1 Answers  


What is the statement to enable strict mode in javascript quiz?

1 Answers  


How to test a string as a literal and as an object ?

1 Answers  


How do you check if a string is a number javascript?

1 Answers  


What is scope of variable in javascript?

1 Answers  


How to convert json string to object?

1 Answers  


Does apple use javascript?

1 Answers  


Which companies are using node js?

1 Answers  


You have an asp. Net web application running on a web-farm that does not use sticky sessions - so the requests for a session are not guaranteed to be served the same machine. Occasionally, the users get error message validation of view state mac failed. What could be one reason that is causing this error?

1 Answers  


Where are cookies actually stored on the hard disk?

1 Answers  


print the following using loop. 54321 4321 321 21 1

2 Answers   Delhi Public School,


Explain how to detect the operating system on the client machine?

1 Answers  


Categories