Form Mail

  • Thread starter Thread starter Bill S
  • Start date Start date
B

Bill S

I want to send a page composed in FP2003 to a list serve.
The "send" command in FP automatically takes me to
OUTLOOK. I don't want to send the page as an attachment.
How can I configure the "send" command to do a form mail
rather than a "mail to"?
Thank you.
 
Not possible.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
-----Original Message-----
I want to send a page composed in FP2003 to a list serve.
The "send" command in FP automatically takes me to
OUTLOOK. I don't want to send the page as an attachment.
How can I configure the "send" command to do a form mail
rather than a "mail to"?
Thank you.

You can't do this with an ordinary hyperlink. You have to
create an HTML form, and then configure the form to send
the mail.

If you want a hyperlink (rather than, say, a Submit
button) to submit the form, code the hyperlink:

<a href="javascript:document.forms[0].submit();">Send
Mail</a>

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Back
Top