asp 中用button調用函數

一個是服務端,一個是客戶端,你沒分清楚,這是初學者最容易犯的錯誤了。
若是你但願點擊按鈕後執行ASP中的函數能夠這樣:<input type="button" name="buttons" id="buttond" value="高一 開始登錄" onClick="javascript:document.location.href='?do=yes';" />
而後再改ASP代碼:
<%
if request.querystring("do")="yes" then
   call GyKsdl()
 end if
sub GyKsdl()
    ....這裏是你的代碼
end sub
%>

相關文章
相關標籤/搜索