Hello,
I was wondering if it is possible to set the value
of an asp server-side variable inside of a client-side
vbscript block.
<SCRIPT Language="vbscript">
Dim iRecordCount
iRecordCount = <%=rsPayments.RecordCount%>
If iRecordCount > 300 Then
<%MyAspVar%> = iRecordCount
End If
</SCRIPT>
Thank you for your help.
kp
I was wondering if it is possible to set the value
of an asp server-side variable inside of a client-side
vbscript block.
<SCRIPT Language="vbscript">
Dim iRecordCount
iRecordCount = <%=rsPayments.RecordCount%>
If iRecordCount > 300 Then
<%MyAspVar%> = iRecordCount
End If
</SCRIPT>
Thank you for your help.
kp