连接百度

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">     <title></title>     <asp:HyperLink runat="server">愚人节快乐</asp:HyperLink> </head> <body>     <form id="form1" runat="server">     <div><h3 >页面转向</h3>      <a href=" http://www.baidu.com"/>通过超链接跳转到百度</a>      <br />         <asp:Button ID="Button1" runat="server" Text="通过Response.Redirect跳转" onclick="Button1_Click" />         <br />

          </div>     </form> </body> </html>

posted @ 2014-04-01 09:38  地平线上没有他、  阅读(125)  评论(0编辑  收藏  举报