View Single Post
Old 18-06-2004, 09:11   #9 (permalink)
markdregan
Registered User
 
Join Date: Jun 2004
Location: Dublin
Posts: 46
Send a message via AIM to markdregan Send a message via Skype™ to markdregan
Still not working

This didn't work in the end...

document.form1.mytextbox.value = document.form1.combobox.value;

No error messages show up but value is passed.

My chance I tried

document.form1.mytextbox.value = document.form1.combobox.selected;

and it worked.

Cheers for the help anyway.

Mark
  Reply With Quote