aca les entrego parte del codigo para que me ayuden:
Código:
function cambiaSel(chk1){
seleccionado1 = chk1.value;
}
function cambiaSe2(chk2){
seleccionado2 = chk2.value;
}
function cambiaSe3(chk3){
seleccionado3 = chk3.value;
}
function cambiaSe4(chk4){
seleccionado4 = chk4.value;
}
function cambiaSe5(chk5){
seleccionado5 = chk5.value;
}
function cambiaSe6(chk6){
seleccionado6 = chk6.value;
}
function busca(chk7){
busca7 = chk7.value;
}
function usol(chk8){
usol8 = chk8.value;
}
function envia(){
if (seleccionado1!=""){
document.frmLista.txtid.value = seleccionado1;
}
else
{
document.frmLista.txtid.value = "";
}
if (seleccionado2!=""){
document.frmLista.txtoc.value = seleccionado2;
}
else
{
document.frmLista.txtoc.value = "";
}
if (seleccionado3!=""){
document.frmLista.txtadq.value = seleccionado3;
}
else
{
document.frmLista.txtadq.value = "";
}
if (seleccionado4!=""){
document.frmLista.txtsol.value = seleccionado4;
}
else
{
document.frmLista.txtsol.value = "";
}
if (seleccionado5!=""){
document.frmLista.txtci.value = seleccionado5;
}
else
{
document.frmLista.txtci.value = "";
}
if (seleccionado6!=""){
document.frmLista.txtglosa.value = seleccionado6;
}
else
{
document.frmLista.txtglosa.value = "";
}
if (busca7!=""){
document.frmLista.txtbusca.value = busca7;
}
else
{
document.frmLista.txtbusca.value = "";
}
if (usol8!=""){
document.frmLista.txtusol.value = usol8;
}
else
{
document.frmLista.txtusol.value = "";
}
, nuevamente grax. 
