Author: MaunoMato | Posted on: 11/21/2008 12:39:00 AM | Views : 680

Hi

How can I use buttons to other sites, than just a back to this page?
Sorry, but I can't explain it any better.
Below is something what I've completed so far. If I click any button it just comes back to this page. Also form within other forms isn't really a valid html.
<%@ Page Title="Search" Language="C#" MasterPageFile="~/Layouts/Layout1.Master" AutoEventWireup="true" CodeBehind="Page1.aspx.cs" Inherits="WebApp.Page1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<form action="http://www.searchengine1.com" method="post">
<input name="search" /><br /><input type="submit" value="Find" />
</form>
<hr />
<form action="Go to the complete details ...