﻿// JScript 文件
//<form action="add_cpok.aspx"  onsubmit="javascript:return key_(this);">
function key_(theform){
if(theform.keyword.value == 'Please input keywords about buy' || theform.keyword.value == 'Please input keywords about sell' || theform.keyword.value=='Please input keywords about all' || theform.keyword.value == ""){
  alert('Please input a search term.');
  return;
}
var _type=theform.type.value;
var m_key=theform.keyword.value;
var m_aid=theform.aid.value;
if(m_aid!="") m_aid=""+m_aid+"";
switch (_type)
　　　　　　　 { 
　　　　　　　　 case "cpall": theform.action="http://www.qxwk.com/cp/list"+m_aid+"/"+m_key+".html";break;
　　　　　　　　 case "qygy": theform.action="http://www.qxwk.com/qy/list"+m_aid+"_1/"+m_key+".html";break;
　　　　　　　　 case "qyqg": theform.action="http://www.qxwk.com/qy/list"+m_aid+"_2/"+m_key+".html";break;
　　　　　　　　 case "qyall":theform.action="http://www.qxwk.com/qy/list"+m_aid+"/"+m_key+".html";break;
　　　　　　　 　case "gy": theform.action="http://www.qxwk.com/sj/list"+m_aid+"_1/"+m_key+".html";break;
　　　　　　　　 case "qg": theform.action="http://www.qxwk.com/sj/list"+m_aid+"_2/"+m_key+".html";break;
　　　　　　　　 case "all":theform.action="http://www.qxwk.com/sj/list"+m_aid+"/"+m_key+".html";break;
		         default: theform.action="http://www.qxwk.com/sj/list"+m_aid+"_1/"+m_key+".html";break;
　　　　　　　 } 
return true;
}
