<html>
<head>
<title>A Simple Page</title>
<script language="JavaScript">
<!--
var inpRadius;
inpRadius = 3;
document.write(Math.PI * ((inpRadius)*(inpRadius)));
// -->
</script>
</head>
<body>
</body>
</html>
<html>
<head>
<title>A Simple Page</title>
<script language="JavaScript">
<!--
var inpRadius;
inpRadius = 3;
document.write(Math.PI * ((inpRadius)*(inpRadius)));
// -->
</script>
</head>
<body>
</body>
</html>
0 comments:
Post a Comment