I have seen some codes that can test for the browser and give values
accordingly. I tried to read the FAQ, but was unable to find a simple
version of this. What I want is
If Netscape-test {
code for netscape users
}
If IE-test {
code for ie users
}
accordingly. I tried to read the FAQ, but was unable to find a simple
version of this. What I want is
If Netscape-test {
code for netscape users
}
If IE-test {
code for ie users
}
Comment