a plug-in for what ------------------ I wish there was a button on my monitor to turn up the intellegince. Theres a button called 'brightness' but it doesn't work
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
I presume "SIMPLE MAN" means a browser plug-in such as Adobe Acrobat or Shockwave. Applets run in a Java Virtual Machine, which may itself be a browser plug in. Applets are downloaded and run as required, without restarting the browser, and a restricted in what they can do by a "sandbox", so they can't carry viruses or other damaging side effects. Applets are platform independent and will run in any browser with a Java Virtual Machine. A browser plug in usually requires a browser restart once it is installed, it is very platform dependent only being suiitable for a particular processor and operating system. A plug in is capable of far more than an applet in that it can change files on your system, access peripherals, and so on, so you should be careful which plugins you install.
Don't forget about the Sun's Java Plugin which runs outside of the browser (for use with applets). This becomes a very interesting discussion if one is dealing with rmi or other security fussy technologies. Perhaps, Simple can be a bit more specific. Sean