A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: Heres one that may be easy...maybe not.

  1. #1
    Member
    Join Date
    Feb 2001
    Posts
    39
    Ok,
    My wife is working on an html form to send an email of the specified form to a party listed in the SendTo in the html form. SHes got that part down, easy enough. There is alos a spot in the form where the employee must list their "bosses email" as well and they want this form sent to the boss too.
    ANy idea how this will be possible? I know it IS possible, but is there any premade javascript or anything someone can throw together right quick or show me how to do to make it work?
    Thanks guys/gals,
    PBM

  2. #2
    Don't know if this will be helpful but...
    What about putting the boss' email in the CC or BCC?

  3. #3
    Member
    Join Date
    Feb 2001
    Posts
    39
    I think the problem is the fact that the bosses email will be different for different groups on her campus. They all have different bosses in this case.
    Thanks for the comment tho, i appreciate it.
    PBM

  4. #4
    Well, you add an extra field for the emailadres of the boss and you put it in the (B)CC. Or am I wrong again ?

  5. #5
    Member
    Join Date
    Feb 2001
    Posts
    39
    thats what im trying to figure out....lol.
    I mean, the boss would have to have a variable name in order to be called up and HTML doesnt deal with variables. So I would need a JS to handle all that. AT least I think so anyways. I didnt know if it was even feasible, but I had hoped it would be.
    PBM

  6. #6
    Registered User
    Join Date
    Feb 2001
    Posts
    13,041
    Hi,

    JS can change the data in hidden form fields, same code as for changing input text fields...
    document.forms.formname.varname.value = 'new value here'

    Musicman

  7. #7
    Firmly Fastened to the Milk Sac of Misanthropy
    Join Date
    Aug 2000
    Posts
    463
    What is she using on the backend to actually send the message (PHP, ASP, etc)?

  8. #8
    Member
    Join Date
    Feb 2001
    Posts
    39
    Shes using PERL and CGI for the back end. A program called Bravenet I think. Anyone dealt with that one before?
    PBM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center