Trigger email when new subject posted on FP discussion forum?

A

Augie Dawg

I'm thinking there's got to be a simple way to trigger an email to a
moderator when a new topic is posted on an FP-generated discussion forum.
I've looked at the HTML, and it's not clear where I should introduce a
CDONTS-based code sequence. Any ideas/guidance on this?

Thanks,
A.D.
 
T

Thomas A. Rowe

When using FP Discussion Web or other components that rely on the run-time
version of the FP extensions, you can not mix any ASP or other server-side
script within component.

Have you considered using a ASP base discussion forum, there a number of
them available, just do a search in the IE address bar as:

? ASP Forum Applications

--

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

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
S

Stefan B Rusynko

You don't need CDONTS
Just find in the post .htm page
<!--webbot bot="Discussion"
and edit it to add
S-Email-Address="(e-mail address removed)" S-Email-Format="TEXT/PRE" b-email-subject-from-field="FALSE" s-email-subject="New DW Post"

--




| I'm thinking there's got to be a simple way to trigger an email to a
| moderator when a new topic is posted on an FP-generated discussion forum.
| I've looked at the HTML, and it's not clear where I should introduce a
| CDONTS-based code sequence. Any ideas/guidance on this?
|
| Thanks,
| A.D.
|
|
 

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