大家看看
http://www.fzpj.cn/顶部有个搜索功能
private void ImageGy_ServerClick(object sender,  System.Web.UI.ImageClickEventArgs e)
{
Response.Redirect("http://so.fzpj.cn/search_sell.aspx?keywords="+this.soGy.Value.ToString());
//string str="http://so.fzpj.cn/search_sell.aspx?keywords="+this.soGy.Value.ToString();
//str="window.open('"+str+"','_blank');";
//Response.Write(str);
}

搜索事件然后登陆窗口事件
现在问题是客户登陆的时候 按回车键触发的是
搜索事件
private void ImageGy_ServerClick(object sender,  System.Web.UI.ImageClickEventArgs e)
{
Response.Redirect("http://so.fzpj.cn/search_sell.aspx?keywords="+this.soGy.Value.ToString());
//string str="http://so.fzpj.cn/search_sell.aspx?keywords="+this.soGy.Value.ToString();
//str="window.open('"+str+"','_blank');";
//Response.Write(str);
}因为他在顶部
怎么样 不调整搜索位置
让用户进行会员登陆的时候进行的是 登陆事件