
function selectchack(theinput)
{

var str=""
var flag=0
 var temp = "";
 for ( var i=0; i<document.selectform.checkbox.length; i++ ) 
 {
  var e = document.selectform.checkbox[i];
  if ( (e.type=='checkbox')&&(!e.disabled) ) 
  {
   if ( e.checked )
   {
    temp += temp==""? e.value: "," + e.value ;
   }
  }
 }

allvalue=temp;
			document.getElementById("allxuan").value=allvalue
}	

function save(){ 
document.selectform.action="selsct.php";
document.selectform.submit();
}
function send(){
document.selectform.action="../agent/agentall.php";
document.selectform.submit();
}
function formCheck()
{
if(document.agent_form.ear.value==""){alert("信息标题!");return false;}

if(document.agent_form.tel.value==""){alert
	("请填写电话");return false;}

if(document.agent_form.linkman.value=="")
{alert("请填写联系人");return false;}
if(document.agent_form.tel.length<11)
{alert("请填写区号或完整手机号码!");}
return false;
}


function sel(theinput)
{

var str="我对您在 嘉隆国际玻璃采购网发布的产品很感兴趣我们的销售渠道主要有\n"
var flag=0
for(var i=0;i<agent_form.liuyan.length;i++)
{
if(agent_form.liuyan[i].checked)
{ str+=agent_form.liuyan[i].nextSibling.nodeValue+"\n"
  flag++ }
}

allvalue=str;
			document.getElementById("context").value=allvalue

}
