Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Noticeboard


Message #1 by "claire doyle" <cdoyle@c...> on Mon, 15 Apr 2002 18:09:07 +0800
Hi,
I have been working on this code for some time now and I can't get it to work. I am trying to create a noticeboard whereby people
can enter their name, email, and subject and this will be then posted. I am of the opinion that is does not have to be linked to any
database or using asp, is this correct? I would be most grateful for your assistance.
Catherine



<body bgcolor="FFFFFF" text="000000" background="background.gif">html>

<head>

<meta HTTP-EQUIV="Content-Type" Content="text/html;  charset=window-1252">
<meta HTTP-EQUIV="Content-Language" Content="enus">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="Frontpage.Editor.Document">
<title> New Page 5 </title>




<h1>Notice Board 
<hr>
<p> To enter a notice complete the following form</p>
<form Method="Post" Action="notice.asp" name= "Sub">
 <!--webbot bot="SaveResults" U-File="M:\9842926\Notice_Board.htm"
 S-Format="HTML/DL" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
 S-Builtin-Fields U-Confirmation-Url="file://M:/9842926/confirmation"-->
 <p> Name :</p>
 <blockquote>
 <p><input TYPE="TEXT" NAME="Name" SIZE="14" MAXLENGTH="14">   <em>---
</em><b>Name<br>
  </b><p>
 </blockquote>
<p> E-mail:</p>
 <blockquote>
  <p><input TYPE="TEXT" NAME="E-mail" SIZE="25" MAXLENGTH="25">   <em>--- </em><b>
  e-mail address</b>
  </p>
</blockquote>
 <p> Subject:</p>
 <blockquote>
  <p><input TYPE="TEXT" NAME="Subject" SIZE="14" MAXLENGTH="14">   <em>--- </em><b>
  Subject</b>
  </p>
   </blockquote>
   <p>Notice:</p>
   <blockquote>
    <p><textarea NAME="Notice" Rows="5"  COLS="35></textarea><br>
    <input type= "button" value= "Submit">
    </p>
   </blockquote>

</form>
<hr>
<h5> </h5>
</hr>
</textarea></h1></body>

</html>

-- 

For the largest free email in Ireland (25MB) & 

File Storage space (20MB), visit http://www.campus.ie

Powered by Outblaze

  Return to Index