bbb Home
Processing Forms Contents        

PROCESSING FORMS

<form action = "http://www.bigbadbrain.com/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/webdesign/postcomments.php .  The page postcomments.php first checks if your username and password are "u" and "p" respectively; if valid your comment is displayed.  The page postcomments.php is expecting three parameters: username, password, and comment.   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


 


 

 

 

 

 

 

 

 

 

 

 

 

.