%@ Language=VBScript %> <% '****************************************************************************** 'Copyright Dundas Software Ltd. 2000. All Rights Reserved. ' 'PURPOSE: The user can post a news article(s) to a newsgroup. The ' article can be posted to the root of the news group or as ' a reply to an existing article. ' 'POST DESTINATION: PostArticle_Process.asp. ' 'INPUT: News group server, news group(s), Subject, Sender's ' email address, the article body and optional ID of ' the article to respond to. ' 'COMMENTS: A success message is displayed if the article was successfully ' posted. ' 'Dundas Software Contact Information: ' Email: sales@dundas.com ' Phone: (800) 463-1492 ' (416) 467-5100 ' Fax: (416) 422-4801 '****************************************************************************** %>
This demo posts a news article to a specified news group. We use this main page to retrieve data and then POST to an asp page named PostArticle_Process.asp, which uses the Mailer control to post the article. If the operation is successful you will be redirected back to this main page. If it is not successful you will be redirected to an error page.