0
我試圖訪問經典ASP中的隱藏字段值,但無法訪問......請你幫我解決這個問題..我有點卡在這裏試圖訪問值.. ..訪問隱藏字段值
*<input type="hidden" id="totalrecords" name="totalrecords" value="1">
<input type="hidden" id="totalrecords" name="totalrecords" value="2">
<input type="hidden" id="totalrecords" name="totalrecords" value="3">
<input type="hidden" id="totalrecords" name="totalrecords" value="4">
<input type="hidden" id="totalrecords" name="totalrecords" value="5">
<%
'trying to access it here
totalParts=totalrecords(0).value
%>*