<html><head><FONT COLOR=#ff0000><%sub vbproc(num1,num2)Response.Write(num1*num2)end sub%></FONT><FONT COLOR=#0000ff><script language="javascript" runat="server">function jsproc(num1,num2){Response.Write(num1*num2)}</script></FONT></head><body><p>Result: <FONT COLOR=#ff0000><%call vbproc(3,4)%></FONT></p><p>Result: <FONT COLOR=#ff0000><%call jsproc(3,4)%></FONT></p></body></html>