therealphil
11-05-2003, 06:39 AM
See this (http://www.vector-networks.com/test/eval_basics/step1.htm) page.
The first alert tells you whether you are using IE or not (It either says "MSIE" or "not IE").
When you click on one of the radio buttons it will tell you if you are using IE or not again. However, I have tested this script many many times after many many changes in Mozilla Firebird yet, it still tells me I am using IE!!
Does anybody know why??
You will have to look at the Javascript to figure it out.
Ignore the validate() function. The function that runs when a radio button is selected is called enterpriseCheck(). The name of the browser is a global variable at the top of the code called browser.
Thanks.
The first alert tells you whether you are using IE or not (It either says "MSIE" or "not IE").
When you click on one of the radio buttons it will tell you if you are using IE or not again. However, I have tested this script many many times after many many changes in Mozilla Firebird yet, it still tells me I am using IE!!
Does anybody know why??
You will have to look at the Javascript to figure it out.
Ignore the validate() function. The function that runs when a radio button is selected is called enterpriseCheck(). The name of the browser is a global variable at the top of the code called browser.
Thanks.