<script type="text/javascript">
function yourBrowser() {
document.details.Name.value=navigator.appName;
document.details.Version.value=navigator.appVersion;
document.details.Code.value=navigator.appCodeName;
document.details.Agent.value=navigator.userAgent;
}
</script>
//Curious to understand, does mozilla make all the browsers or something, i thought they only owned Firefox and the old Netscape?
Thanks.
Ps: Browsers i used where: IE, FF, Google chrome and Safari.
This post has been edited by MixCreations: 05 March 2011 - 08:06 PM
Help

















