Hello, i am totally new to javascript and i want to know how to get this thing done in java, the question is how to write a piece of code depending on what browser is the client using like:
if IE6{
code A
}
else(){
code B
}
then in the html corrosponding div there's document.write()
Thanks in advance



Reply With Quote

Bookmarks