0

I need to use internet explorer 8 with javascript for a program I need for work. I've installed ie8 and tried to install java for windows using playonlinux but the sits still says I don't have javascript when I try to open the page. How do I get javascript running on ie8 on ubuntu? I'm running 13.04. THanks!

Alvar
  • 17,058
nhadfield
  • 21
  • 1
  • 3
  • 1
    Javascript has nothing to do with Java. The people behind Javascript just took the name because Java was so popular. At least that's the story I've heard... – Alvar Jul 31 '13 at 17:22
  • Microsoft made Windows Virtual PC VHDs for testing websites with different Internet Explorer versions. I would use those. – Rinzwind Jul 31 '13 at 17:46
  • 1
    adding to @Rinzwind 's comment:http://askubuntu.com/questions/190425/how-to-install-internet-explorer-multiple-versions – Stormvirux Jul 31 '13 at 18:49

1 Answers1

1

JavaScript is different from Java.Java is an Object oriented language whereas JavaScript is client side scripting language which need to be enabled from your browser properties.It comes built in with every browser. A tutorial on how to enable JavaScript in any Browser

Difference B/w Java and JavaScript

Stormvirux
  • 4,466