I'm using CSS for creating a navigational menu bar. How can I exit a script immediatly upon initiation when the browser version will not support the results of the script. in other words this script should only run for NS6 or IE5. This script should not run for older browsers. In this case another script will be executed.
Is there a way for force and immediate exit out of an executing script?
Is there a way for force and immediate exit out of an executing script?