Does the
following .html document show in an iRex?
Code:
<html>
<body>
<script type="text/javascript">
var browser=navigator.appName
var b_version=navigator.appVersion
var version=parseFloat(b_version)
document.write("Browser name: "+ browser)
document.write("<br />")
document.write("Browser version: "+ version)
</script>
</body>
</html>
Or, this another?
http://www.w3schools.com/js/tryit.as..._dom_navigator
And this one?
http://www.w3schools.com/js/tryit.as...fornext_header