VBScript
<html> <head> <script language="javascript" runat="Server"> function hello() { return 'Hello, Called!!'; } </script> </head> <body> <h1>testâââ</h1> <%= hello() %> </body> </html> # å½ããåã ããã©ãã¤ããã㧠ã¨ãæ¸ãã¨åããªãã