Jonathan
06-26-2003, 06:29 PM
Here is the source code...
<HTML>
<HEAD>
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=2,Transition=3)">
<TITLE>Prayer Requests</TITLE>
<body bgcolor="#3399FF">
<body text="black">
</head>
<body>
<H1>Prayer Requests</h1>
<HR>
<h3>Please enter your prayer request below.</h3>
<BR>
<Form method="post" action="mailto:support@crosspoint.org" enctype="text/plain">
Type your prayer here:<br>
<Textarea name="Pray for this:" Rows=20 cols=40></textarea>
<BR>
<FIELDSET>
<LEGEND><b>~Remember~</b></LEGEND>
Your prayer needs are confidential, so you don’t need to give an e-mail address.<BR>
<BR>
But if you would like one of the pastors or other leaders to contact you, then please enter you e-mail below.<BR>
<input type="text" name="E-mail:" Size="30">
<BR>
</fieldset>
<BR>
<P>
<input type="submit" value="SEND YOUR PRAYER"><input type="reset" value="RESET INFORMATION">
</form>
<BR>
<BR>
</body>
</html>
So how come when you click submit it just goes to a regular mailto: command?... the website is here: www.crosspoint.org/Prayer.html
<HTML>
<HEAD>
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=2,Transition=3)">
<TITLE>Prayer Requests</TITLE>
<body bgcolor="#3399FF">
<body text="black">
</head>
<body>
<H1>Prayer Requests</h1>
<HR>
<h3>Please enter your prayer request below.</h3>
<BR>
<Form method="post" action="mailto:support@crosspoint.org" enctype="text/plain">
Type your prayer here:<br>
<Textarea name="Pray for this:" Rows=20 cols=40></textarea>
<BR>
<FIELDSET>
<LEGEND><b>~Remember~</b></LEGEND>
Your prayer needs are confidential, so you don’t need to give an e-mail address.<BR>
<BR>
But if you would like one of the pastors or other leaders to contact you, then please enter you e-mail below.<BR>
<input type="text" name="E-mail:" Size="30">
<BR>
</fieldset>
<BR>
<P>
<input type="submit" value="SEND YOUR PRAYER"><input type="reset" value="RESET INFORMATION">
</form>
<BR>
<BR>
</body>
</html>
So how come when you click submit it just goes to a regular mailto: command?... the website is here: www.crosspoint.org/Prayer.html