Thread
:
copy drop down value to text box
View Single Post
17-06-2004, 11:00
#
7
(
permalink
)
adras
Zły
Join Date: May 2004
Location: Toronto, Canada
Posts: 2,001
function populateTextBoxes()
{
document.form1.mytextbox.value = document.form1.combobox.value;
}
and call this inside the checkbox input tag - with an onchange event.
__________________
Be Crisp (tm)
adras
View Public Profile
Send a private message to adras
Send email to adras
Visit adras's homepage!
Find More Posts by adras