July 27th, 2005, 07:58 PM
|
#1 (permalink)
|
| Senior Member
Join Date: Aug 2004 Location: ThisLand Was My Land
Posts: 512
| Frames and Form Mail (!) may have found why
SEEMS like the /cgi-sys/formmail.pl has been deleted or something....ill check into it
Ill post here if i need help nvrmind
The file isn't there, but I tried uploading another formmail.pl, and that didn't work..so idk
I added frames to my sisters site so they could write a comment after viewing the comments....
THe formmail worked before I put it in a frame, but now it doesn't.
Can anyone help me?
Thanks in advance.
[edit]
heres the code: Code: <FORM ACTION="/cgi-sys/formmail.pl" METHOD="POST">
<input type=hidden name="recipient" value="spamproof">
<input type=hidden name="subject" value="Feedback">
<input type=hidden name="required" value="name, email">
<input type=hidden name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT">
<input type=hidden name="sort" value="name, email">
<SCRIPT LANGUAGE=JAVASCRIPT><!--
function win(fileName) {
myFloater = window.open('','myWindow','scrollbars=yes,status=no,width=600,height=450')
myFloater.location.href = fileName;
}
//--></SCRIPT>
</form><head>
<title>delete-teh-keywords-so-it-doesn't-go-infront-of-the-site-on-google</title>
</head>
<body bgcolor="#999999">
<div align="center"></div>
<div align="center">
<TABLE width="430">
<TR>
<TD width="107"> <p align="center"><font face="Arial" color="#FFFFFF">Name:</font></p></TD>
<TD width="425"> <p align="center"><font face="Arial" color="#FFFFFF">
<input type=text name="name" size="62" style="font-family: arial; border-style: solid; border-color: #808080">
</font></p></TD>
</TR>
<TR>
<TD width="107"> <p align="center"><font face="Arial" color="#FFFFFF">Email
Address:</font></p></TD>
<TD width="425"> <p align="center"><font face="Arial" color="#FFFFFF">
<input type=text name="email" size="62" style="font-family: arial; border-style: solid; border-color: #808080">
</font></p></TD>
</TR>
<TR>
<TD width="107"> <p align="center"><font face="Arial" color="#FFFFFF">Feedback:</font></p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p></TD>
<TD width="425"> <p align="center">
<textarea rows="8" name="feedback" cols="62" style="font-family: arial; border-style: solid; border-color: #808080"></textarea>
</p></TD>
</TR>
<TR>
<TD width="107"> <p align="center"></p></TD>
<TD width="425"> <p align="left"><font face="Arial" color="#FFFFFF">
<input type="submit" value="Submit" name="Submit" style="background-color: #FFFFFF; border-style: solid; border-color: #808080">
</font></p></TD>
</TR>
</TABLE>
<a href="http://www.tealfausett.com/index2.html" target="_self"><br>
<img src="BlurMetalDa3.png" width="128" height="25" border="0"></a></div>
__________________
Gaming: AMD64 3K+, X1800GTO 256, 120gb7200
Personal/Living Room Gaming: (laptop)AMD64 3K+, 9700pro, 60gb5400
Last edited by micfau1091 : July 27th, 2005 at 08:32 PM.
|
| |