So it is my first time writing scripts. Here is the scenario:
On our companies web server there are tools written in javascript that can verify user's accounts, change people passwords, and things like that. My job is to create a GUI so we can have non-technical people use these tools but not have to ssh into a linux box. I have the front-end pretty much done. I was thinking of using CGI scripts but then thought maybe it would be easier to script in javascript since the programs are in javascript as well so they may be easier to link? Or possibly I was thinking python since it is easier to pick up. Please let me know what is the best way you think to go about doing this is. Your help is much appreciated.
-cool_ruler