﻿// JScript 文件
function Search_Click()
{
var str=document.getElementById("SearchStr").value;
location.href ="/Search.aspx?Key="+str;
}
