View Single Post
Old 17-06-2004, 11:00   #7 (permalink)
adras
Zły
 
adras's Avatar
 
Join Date: May 2004
Location: Toronto, Canada
Posts: 2,001
Send a message via MSN to adras
function populateTextBoxes()
{
document.form1.mytextbox.value = document.form1.combobox.value;
}

and call this inside the checkbox input tag - with an onchange event.
__________________
  Reply With Quote