Sorry for asking for free code.. But I've tried about 20 different ways
of doing this, and I can't seem to get it right. 8/

I need to simply take the value of one field (string), and then prepend
(and possible append) some info to it, and set a field on the same for
to the concatenated value.

So basically..

  function autoFills() {
    if( document.myForm.thisfield.value != '' ) {
    **set the value of another field on the form to 'something' plus
what's in "thisfield"**
      return true;
    }
  }

Suggestions Javascript gurus?  <grin>

Thanks in advance!

        Lee
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to