Build your Website news automatic Publishing System III (paste)

Source: Internet
Author: User
(ii) Addition and management of daily news content
When the news was submitted, It is referred to an ASP program called Addnew.asp to deal with the news content. In order to classify and save, in order to show the analysis, every time we submit a piece of news, the following news content Library will be read back, so that we can see whether the news can be successfully joined the database, can also be released to delete news content.
Now let's see how the addnew.asp completes the process.


% @language = "VBScript"%
《%
Response.buffer=true
Response.expires=0

' Save data
Session ("title") =request.form ("title")
Session ("comment") =request.form ("comment")
Session ("Pic") =request.form ("Pic")
Session ("Class_name") =request.form ("Class_name")
Session (' head ') =request.form ("Head")

' The arguments passed are inconsistent with the requirements.
If Request.Form ("title") = "" Then
Response.Redirect "Delete.asp"
End If

If Request.Form ("comment") = "" Then
Response.Redirect "Delete.asp"
End If

If Request.Form ("class_name") = "" Then
Response.Redirect "Delete.asp"
End If

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.