I'm sure this is real easy to do, but I'm stuck at the moment.
I have an asp page that has a form on it. The form is defined like this:
<FORM name="records" id="go" action="records.asp?Mode=<%=Mode%>" method="post">
I have three buttons on the form, ADD, UPDATE and DELETE.
I want to change the Mode and submit the form. OR... If I could somehow tell the button to open the records.asp page with the above querystring that would be ok too.
Thanks in advance, Snaggs
tribesaddict@swbell.net
Life can only be understood backwards; but it must be lived forwards.
I have an asp page that has a form on it. The form is defined like this:
<FORM name="records" id="go" action="records.asp?Mode=<%=Mode%>" method="post">
I have three buttons on the form, ADD, UPDATE and DELETE.
I want to change the Mode and submit the form. OR... If I could somehow tell the button to open the records.asp page with the above querystring that would be ok too.
Thanks in advance, Snaggs
tribesaddict@swbell.net
Life can only be understood backwards; but it must be lived forwards.