What other languages than javascript are scripting languages?
Depends on how you define 'scripting'
Lua
python
I think you have an interesting definition of 'scripting'
The languages similar to programming languages to facilitate some things in some websites
There is only one client side scripting language that runs in browsers. Javascript. Any other language you can think of can be used for server side programming. Programs written in these languages will parse data submitted to the web server and use that information to present dynamic websites. Being a 'scripting language', however you describe it, is not required for this task. But if you want something to run on a remote browser rather than on the server, your options are action script (flash), applets (java), or javascript.
Thanks
Join our real-time social learning platform and learn together with your friends!