TashaGoddard
Technical User
I need to do the following browser detection:
if (browser = anything other than IE or IE < version 4) {
send to page X.html
}
else {
send to page Y.html
}
What's the easiest way to do this (if there is an easy way)?
if (browser = anything other than IE or IE < version 4) {
send to page X.html
}
else {
send to page Y.html
}
What's the easiest way to do this (if there is an easy way)?