﻿function fareSearch(bookId,bookName,weight,salePrice)
{                

var url="/consign/book2/?bookId="+bookId+"&bookName="+bookName+"&salePrice="+salePrice+"&weight="+weight;                 


window.open(url, '运费查询','left=150,top=100,width=700,height=500,resizable=0,directories=0,location=0,menubar=0,status=0,scrollbars=1,toolbar=0');
                    
}  
