|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Ok I'm new to javascript and I need some help
I'm writing an intranetpage where people have to login after they received a password. what script should I write so I can check whetter the given password is the corresponding password from the login. these data are stored in a table 'Login' , containing 2 fields 'LogID' and 'Password'. I hope someone can help me |
|
#2
|
||||
|
||||
|
Javascript can not, and should not, be used to connect to a database.
You would be better off using a server-side language to perform these actions. Javascript is a client-side language, and as a result it should be used sparingly. Consider scenarios where the user has JavaScript turned off, your entire application would be crippled. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > Query in Javascript |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|