 
function put()
{
document.forms[0].text3.value=""

txt=""
txt2= ""

txt3=""
txt4= ""
txt5=""
txt6= ""
txt7= ""










txt=document.forms[0].myList.options[document.forms[0].myList.selectedIndex].text
txt2= document.forms[0].myList2.options[document.forms[0].myList2.selectedIndex].text

txt3=document.forms[0].myList3.options[document.forms[0].myList3.selectedIndex].text
txt4= document.forms[0].myList4.options[document.forms[0].myList4.selectedIndex].text

txt5=document.forms[0].text4.value
txt6= document.forms[0].text5.value
txt7= document.forms[0].text6.value

document.forms[0].text3.value=txt+" "+txt2 +" "+txt3 +" "+txt4+" "+txt5+" "+txt6+" "+txt7

document.forms[0].text3.select();
document.execCommand('Copy'); 
 
 
 




}
 