Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is javascript bom?

1009


List html dom mouse events?

852


What is the microsoft version of javascript?

996


What is undefined x 1 in JavaScript?

954


How Does Function Hoisting Work in JavaScript?

891


How to remove duplicates from javascript array?

961


What does the isNaN() function?

911


Does javascript support foreach loop?

957


Explain export & import in javascript?

994


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; }

3302


When would you use var in your declaration and when you wouldn’t?

890


List out all the falsifying tokens in Javascript?

1076


Is there an alternative to javascript?

846


What is 'use strict'?

916


How to accessing elements using javascript?

968