Forum Moderators: open
Here's a brief snippit of code.
If Request.Form("submit1") = "Submit" Then
For i = 1 To Session("times")
StartTime = Timer()
'do processing stuff here
foobar = 1 * 9
If Timer() - StartTime >= 20 Then
Next
End If
But on page load, then the obvious error is thrown.
Unexpected 'Next'
Any ideas or thoughts?
Try this search:
[google.com...]
[edited by: Xoc at 9:48 am (utc) on April 9, 2004]
[edit reason] activated link [/edit]