DavidF? - Form Questions

J

Jo

Hi DavidF

I've been searching for the answer all day...and I'm going insane. You
posted the javascript (below) on a post a while back. It is perfect for what
I need...only I want control what the email subject is. At the moment it
defaults to 'Form posted from indows Internet Explorer'. Any ideas?

I know this is not a publisher question. sorry.

<FORM action=mailto:[email protected] method="post"
enctype="text/plain">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="4" WIDTH="90%">
<TR>
<TD width="30%"><DIV align="right">
<B>Name:</B>
</DIV>
</TD>
<TD width="70%">
<INPUT type="text" name="name" size="20">
</TD>
</TR>
<TR>
<TD><DIV align="right"><B>Email:</B></DIV>
</TD>
<TD>
<INPUT type="text" name="email" size="20">
</TD>
</TR>
<TR>
<TD><DIV align="right">
<B>Comment:</B>
</DIV>
</TD>
<TD><TEXTAREA name="comment" cols="30" wrap="virtual" rows="4">
</TEXTAREA>
</TD></TR>
<TR>
<TD> </TD>
<TD>
<INPUT type="submit" name="submit" value="Submit">
<INPUT type="reset" name="reset" value="Reset">
</TD></TR>
</TABLE>
</FORM>
 
J

Jo

Champion!. I have literally spent about 6 hours trying to do that! Can I
try my luck and ask if you know how to add a bcc email address aswell? so
the email goes to one and address and blind copied to another?
 
D

DavidF

Hey...you only get so lucky today <g>. Sorry I don't know the code for that
one. Someone else will have to jump in, or perhaps go to htmlgoodies.com or
some other site where it teaches coding. Or perhaps google for javascript
forms and see if you can find an example...

DavidF
 
D

Don Schmidt

A small repayment for the help I've gotten here over the years.

I use the Subject info on email address links often, i.e., "In regard to
(then whatever the subject)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top