Re: Form field value into another form field?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: Form field value into another form field?

From: Danny <dann90038@bluebottle.com>
Date: Wed Jun 29 2005 - 07:29:41 CEST

        Simple:

        documet.FORMNAME.ELEMENTNAME.value='YOUR TEXT
HERE'+documet.FORMNAME.ELEMENTNAME.value;

                                                                Danny

On Thu, 30 Jun 2005 19:51:34 -0700, Larry <noway@none.com> wrote:

> I have a form that submits some js created data through a formmail
> script.
> One field of the form is a text box for the person's name. I'd like the
> subject line of the resulting email to be "Some Specific Text "
> + the_name.
>
> I believe it's possible, but am lost as to the strategy?
>
> TIA,
> Larry L

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Received on Tue Oct 18 02:49:53 2005