Monday, December 17, 2007

Discussion Board - How to post the first Discussion?

Discussion Board - How to post the first Discussion?

First, we need to create a form to let user post the discussion to the web server:

<%@LANGUAGE="VBScript"%>

New Discussion

Post Your Message


User
Title
Message


When you submit this form, the destination will be the same file if we set the Action parameter to the same file name:

>

Set the input type to Submit but not the Button. Only when the input type is Submit the form, it will then send the Input value to web server:

No comments: