xxxxxxxxxx
<html>
<head>
<FONT COLOR=#ff0000><%
function jsproc(num1,num2)
{
Response.Write(num1*num2)
}
%></FONT>
</head>
<body>
<p>Result: <FONT COLOR=#ff0000><%jsproc(3,4)%></FONT></p>
</body>
</html>