bbb Home
Processing Forms Contents        

PROCESSING FORMS

<form action = "http://www.bigbadbrain.com/western/webform1.aspx" method = "post"></form>

Example

SIMPLE AND CRUDE METHOD FOR EMAILING FORM DATA

<form action = "MAILTO: abc@xyz.orc" method = "post" enctype="text/plain"></form>

EXAMPLE

Font: 8pt   12pt   20pt   24pt   Width: Min. 50%   75%   100%   

PRACTICE

Create a page for submitting comments. Your page should submit your name, password and comments to the script file http://www.bigbadbrain.com/western/postcomments.aspx .  The page postcomments.aspx first checks your username and password; if valid your comment is added to the database and displayed.  The page postcomments.aspx is expecting three parameters: username, password, and comment.   Keep in mind that you do not want your password to be exposed to anyone.  The page should have the following features:

Use a table to ensure that the elements and their descriptors line up so that your page appears as shown: 

exercise example

 


SELF-QUIZ


 


 

 

 

 

 

 

 

 

 

 

 

 

.