Questions tagged [javascript]

JavaScript is a prototype-based scripting language

JavaScript is a prototype-based scripting language that is dynamic, weakly typed and has first-class functions. It is a multi-paradigm language, supporting object-oriented,[6] imperative, and functional programming styles.

159 questions
3
votes
1 answer

Caprine (messenger client) fails to start

I am used to use Caprine as my messenger client on Ubuntu. However, after few months of using in with Ubuntu 18.04 it simply fails to start giving this exception: nicnajder@nicnajder:~$ caprine A JavaScript error occurred in the main…
1
vote
0 answers

Using applets from another distribution

There are several very useful applets from Mint Cinnamon which I would like to be able to use: http://cinnamon-spices.linuxmint.com/applets. I know how to write a shell script to start a Java program, for example: java -Xms512m -Xmx2048m…
ChrisOfBristol
  • 187
  • 3
  • 15
0
votes
1 answer

Java Script is not working in ubuntu firefox

My ASP application is running perfect in windows IE, but when i run on ubuntu firefox Javascript is not working properly.. Below is my java script code..... And I am calling this java script on onFocus and onBlur event. when onBlur is fired from…