rossmcl
Programmer
- Apr 18, 2000
- 128
<br>I have the following code. Basically it is a Comments.asp for users to leave messages.<br>I want to automatically send user to another page when the button is clicked to post button. (after the comment is added to the Access back end?)<br><br>Is this possible? Where do I put the redirect in my syntax, since I have to post to comments.asp to add the users comment.<br><br>Thanks<br>Ross<br><br><%ACTION = Request.Form("ACTION" <br> If ACTION = "Save" Then %><br><p><!--#INCLUDE FILE="savemessage.asp"--></p><br> <p><% If ACTION = "Save" Then <br>End If <br><br><br>a bit later on..<br><br><form method="POST" action="Comments.asp"<br> style="border: medium none"><br> <input type="hidden" name="ACTION" value="Save"><<br><br> End If %>