right I have this:
is there any way I could get it to display some text in a div onto the page instead of an alert?Code:<script> if(navigator.userAgent.indexOf("Firefox") != -1) { alert ("your using firefox") } else { alert ("your not using firefox") } </script>
thanks






Reply With Quote
