![]() |
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
|
|
|
Jscript (ASP) demoJscript is the server-side equivalent to the familiar Javascript that runs in most modern web browsers. Still a viable option for website database integration.So what reasons might there be now for selecting JavaScript as a server-side scripting language? Well, as we've said, there are systems already written that make use of the language, and these do require maintenance. And it can be a powerful learning tool. Budding web developers, who have learned to hand code web pages with embedded JavaScript, could carry some of these skills over to server-side functionality, rather than having to learn a new language entirely from scratch. It should be noted that it took very little time to convert the client-side example we have given to this server-side example. It lacks database integration - just for the exercise, we used arrays - but database access could have been implemented just as easily. In any case, now, JavaScript is not exactly an 'industry standard' for server-side solutions. We sometimes wish it was - why take two languages into the shower? To see server-side JavaScript in action with a simple database example, use the Demo form below. |