Results 1 to 10 of 10

Thread: Create a Poll

Threaded View

  1. #1

    Thread Starter
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    Resolved Create a Poll

    How can you create a simple poll in an HTML page?
    Here is a basic bit of HTML with the poll on it, but I am not sure what should I do to store/display results.
    Code:
    <HTML> 
      <HEAD> 
    	 <TITLE>HTML 4.01 Transitional</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
      </HEAD> 
      <BODY> 
    	 <FORM> 
    		<P>What do you think?</P> 
    		<P> 
    		  <INPUT TYPE="RADIO" NAME="Radio1" VALUE="Value1" CHECKED="CHECKED">The canteen charges too much<BR>
    		  <INPUT TYPE="RADIO" NAME="Radio1" VALUE="Value2">The canteen is good value for money<BR>
    		  <INPUT TYPE="SUBMIT" NAME="OK"></P></FORM> </BODY>
    </HTML>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width