I’m using this script provided by Apple to detect if browser plugins are available and what the plugin description is (version number etc). I need to pass the final vars to a php file on a test server.
-
I’ve tweaked the script to return [COLOR=Blue]navigator.plugins.description [/COLOR]in FF, but can’t get the description part to show for IE, any idea how to do this with JS or VB?
-
Do activeX contols have a description? if so, how are they accessed?
-
Assuming I can get all the above data assigned to a single JS var, how can I pass this var to an external PHP file for DB storage?
Any suitable links / help would be appreciated,
Thanks for reading,
Pablo