|
<html>
<body>
<script language="JavaScript">
function function1() {
alert(navigator.platform);
}
</script>
<input type="button" value="Platform" onclick="function1();">
</body>
</html>
|
Posted in Uncategorized |
This entry was posted
on Saturday, February 28th, 2009 at 10:26 am and is filed under Uncategorized.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.