ASP 程序

asp 子程序

在 asp 中,您可通過(guò) vbscript 調(diào)用 javascript 子程序,反之亦然。

子程序

asp 源代碼可包含子程序和函數(shù):

實(shí)例
<!doctype html>
<html>
<head>
<%
sub vbproc(num1,num#)
response.write(num1*num#)
end sub
%>
</head>
<body>

<p>result: <%call vbproc(3,4)%></p>

</body>
</html>

將 <%@ language="language" %> 這一行寫(xiě)在 <html> 標(biāo)簽的上面,就可以使用另一種腳本語(yǔ)言來(lái)編寫(xiě)子程序或者函數(shù):

實(shí)例
<%@ language="javascript" %>
<!doctype html>
<html>
<head>
<%
function jsproc(num1,num#)
{
response.write(num1*num#)
}
%>
</head>
<body>

<p>result: <%jsproc(3,4)%></p>

</body>
</html>


vbscript 與 javascript 的不同

當(dāng)從一個(gè)用 vbscript 編寫(xiě)的 asp 文件中調(diào)用 vbscript 或者 javascript 子程序時(shí),可以使用 "call" 關(guān)鍵詞,后面跟著子程序名稱。假如子程序需要參數(shù),當(dāng)使用 "call" 關(guān)鍵詞時(shí),參數(shù)必須包含在括號(hào)內(nèi)。假如您省略了 "call" 關(guān)鍵詞,則參數(shù)不必包含在括號(hào)內(nèi)。如果子程序沒(méi)有參數(shù),那么括號(hào)則是可選的。

當(dāng)從一個(gè)用 javascript 編寫(xiě)的 asp 文件中調(diào)用 vbscript 或者 javascript 子程序時(shí),必須在子程序名后使用括號(hào)。

examples更多實(shí)例

使用 vbscript 調(diào)用子程序
本例演示如何在一個(gè) asp 文件中調(diào)用 vbscript 子程序和 javascript 子程序。


相關(guān)文章
亚洲国产精品第一区二区,久久免费视频77,99V久久综合狠狠综合久久,国产免费久久九九免费视频