To detect the name/version of the web browser that has loaded an HTML page. Most often accomplished with Javascript or VBScript.
<script language=Javascript> if(app.Name == 'Netscape') {Alert('Using Netscape')}
16👍 6👎