Hey all, I have an issue here.
I have a PHP page that makes use of javascript. I have a PHP script set up so that if the browser is IE it runs a certain javascript and if it is Firefox it is running a different script.
What I need to do is determine if the IE of Firefox Script is running.
The issue I am having is that everything works properly in IE, but not in Firefox and I want to be able to determine if the proper script is being run when in firefox.
I have a PHP page that makes use of javascript. I have a PHP script set up so that if the browser is IE it runs a certain javascript and if it is Firefox it is running a different script.
What I need to do is determine if the IE of Firefox Script is running.
The issue I am having is that everything works properly in IE, but not in Firefox and I want to be able to determine if the proper script is being run when in firefox.