Jump to content

move to other page


jteixeira

Recommended Posts

Try this code...

<script runat="server" language="vb">Sub submit(sender As Object, e As EventArgs)Response.Redirect("newpage.aspx")End Sub</script><html><body><form runat="server"><asp:Button OnClick="submit" Text="Submit" runat="server" /></form></body></html>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...