|
↑
User Details >>>
If your visitors are not quite sure the details of the browser they are using, you can show them with the neat little script. The script will produce a table that shows the browser name, version, code name, and user agent.
Add the below code to the <body> section of your page:
<script
language="javascript"
type="text/javascript">
function
whatBrowser()
{
document.Browser.Name.value=navigator.appName;
document.Browser.Version.value=navigator.appVersion;
document.Browser.Code.value=navigator.appCodeName;
document.Browser.Agent.value=navigator.userAgent;
}
window.onload=whatBrowser;
</script>
<center>
<TABLE
BORDER>
<FORM
NAME="Browser">
<TR>
<TD> Browser Name:
</TD>
<TD>
<INPUT
TYPE="txt"
NAME="Name"
Size="70"></TD>
</TR>
<TR>
<TD> Browser Version:
</TD>
<TD>
<INPUT
TYPE="txt"
NAME="Version"
Size="70"></TD>
</TR>
<TR>
<TD> Browser Code Name:
</TD>
<TD>
<INPUT
TYPE="txt"
NAME="Code"
Size="70"></TD>
</TR>
<TR>
<TD> User-Agent:
</TD>
<TD>
<INPUT
TYPE="txt"
NAME="Agent"
Size="70"></TD>
</TR>
</FORM>
</TABLE>
</center>
|
↓ http://www.cashadvance-loans.net/south-carolina/cash-advance-greenville-sc/ . Bitcoin Dice - Crypto Casino
|