I am building an ASP page so that when the user presses a button it take him to a different page. I am using the response.redirect("NewPage.asp"
and am having trouble getting the syntax right. Here is what I have so far
<INPUT NAME="Button1" TYPE="BUTTON"
VALUE="Click Here" Button1_onclick<%=Response.Redirect("NewPage.asp"
%>
when I run the page it jumps to NewPage without giving the user a chance to push the button.
Any help would be appreciated.
Thanks
Jim Shepard
<INPUT NAME="Button1" TYPE="BUTTON"
VALUE="Click Here" Button1_onclick<%=Response.Redirect("NewPage.asp"
when I run the page it jumps to NewPage without giving the user a chance to push the button.
Any help would be appreciated.
Thanks
Jim Shepard