P
Paul C
Hi I am trying to have a submit once to a form using asp . The idea I have
is to incriment a dim by 1 everytime the script runs and then set up
something like
Dim xonce
if
xonce = "2" then Response .write "the form has already been submitted"
else
how would I first set up the dim to increment and then response write when
it has
Thanks
Paul M
is to incriment a dim by 1 everytime the script runs and then set up
something like
Dim xonce
if
xonce = "2" then Response .write "the form has already been submitted"
else
how would I first set up the dim to increment and then response write when
it has
Thanks
Paul M