lingliing
08-04-2003, 01:49 AM
I have two pages where all that's on it is an e-mail form, but when I click on the links all there is is a blank white page. Even when I preview it on Geocities. Which isn't even supposed to happen because I have a css code with makes the background transparent so you can see the layout.
I used the e-mail form thing from lissa explains btw. I'm wondering if I'm doing anything wrong??
This is the code:
<HTML>
<HEAD>
<TITLE>e-mail*form<TITLE>
</HEAD>
<LINK REL=stylesheet HREF="style.css" TYPE="text/css">
<BODY>
<form method="post" enctype="text/plain" action='mailto:lingliing@hotmail.com'>
<input type="hidden" name="To" value="Email Form Response">
Name::<br>
<input type="text" name="question:" size="50" maxlength="100"><br><br>
E-mail::<br>
<input type="text" name="question:" size="50" maxlength="100"><br><br>
Your site:: (ignore if N/A)<br>
<input type="text" name="question:" size="50" maxlength="100"><br><br>
How you learned about mine::<br>
<input type="text" name="question:" size="50" maxlength="100"><br><br>
Comments? Suggestions?? Don't be shy :) ::<br>
<textarea name="Comments etc" wrap=physical rows=10cols=50></textarea><br><br>
<input type="submit" value="Send!!"><img src="spacer.gif" width=5 height=1 alt="spacer">
<input type="reset" value="Oops..."></form>
</HTML>
</HEAD>
Help! I need this for outside criticism! Oh, and I would put my site address up here, but the last time I did that it got taken down for "advertising"...thanks!
I used the e-mail form thing from lissa explains btw. I'm wondering if I'm doing anything wrong??
This is the code:
<HTML>
<HEAD>
<TITLE>e-mail*form<TITLE>
</HEAD>
<LINK REL=stylesheet HREF="style.css" TYPE="text/css">
<BODY>
<form method="post" enctype="text/plain" action='mailto:lingliing@hotmail.com'>
<input type="hidden" name="To" value="Email Form Response">
Name::<br>
<input type="text" name="question:" size="50" maxlength="100"><br><br>
E-mail::<br>
<input type="text" name="question:" size="50" maxlength="100"><br><br>
Your site:: (ignore if N/A)<br>
<input type="text" name="question:" size="50" maxlength="100"><br><br>
How you learned about mine::<br>
<input type="text" name="question:" size="50" maxlength="100"><br><br>
Comments? Suggestions?? Don't be shy :) ::<br>
<textarea name="Comments etc" wrap=physical rows=10cols=50></textarea><br><br>
<input type="submit" value="Send!!"><img src="spacer.gif" width=5 height=1 alt="spacer">
<input type="reset" value="Oops..."></form>
</HTML>
</HEAD>
Help! I need this for outside criticism! Oh, and I would put my site address up here, but the last time I did that it got taken down for "advertising"...thanks!