Hello All! I'm the county coordinator for the Marion County MO webpage and for several years we've had a great cgi script that creates a form where users put in a surname, location, time period, email address etc, and when they hit the submit button, it sends an email to me with the data pre-set in html text, which I cut and paste into my surname webpages. It's worked flawlessly until yesterday .... I used the windows notepad and changed my email address in the tmp file as follows: <TMP FILE STARTS BELOW> #surname page query template #account ~momarion at Rootsweb INPUT_FORM= <BODY BGCOLOR="#00ffff" TEXT="#000000" LINK="#004080" VLINK="##FF8000"> <H2><CENTER><font color=red>MARION COUNTY, MISSOURI</FONT></CENTER><br> <CENTER>SURNAME ENTRY FORM</CENTER></H2><br><BR> <P> <b>Surname in Query:</b><input type="text" name="principal" rows=1 size=30><BR><br> <b>Dates family lived in county:</b><input type="text" name="dates" rows=1 size=50><br><BR> <b>Town/township family lived in:</b><input type="text" name="town" rows=1 size=50><br><BR> <B>Your Name:</B> <INPUT TYPE="text" NAME="name" ROWS=1 size=20><BR> <B>Your E-mail Address:</B> <INPUT TYPE="text" NAME="email" ROWS=1 size=40><BR> Today's Date: <INPUT TYPE="text" NAME="today" Rows=1 size=40> <P> PLEASE NOTE: This form emails the query to me. It'll take a couple of days for me to post it. <input type="submit" value="submit surname now"> . MAIL_HEADER= to:marionmo@swbell.net from: @email@ reply-to: @email@ x-mail-agent: mailmerge v1.1 subject: MARION CO MO SURNAME . OUTPUT_FORM= <tr><td><b>@principal@</b><br></td> <td><b>@dates@</b><br></td> <td><b>@town@</b><br></td> <td><b><a href="mailto:@email@">@name@</a></b><br></td> <td>@today@</tr> . priority=normal <TMP FILE STOPS HERE> I changed nothing but the email address in the MAIL_HEADER section. Now, when someone opens the page, the text in the mail header appears at the end of the button, and submit no longer recognizes the MAIL_HEADER section. The actual page address, if you need to see it is: http://www.rootsweb.com/~momarion/surnames.htm and click on the Surname Entry Form, which will bring up the errant window. Any ideas how I screwed up something so simple? Just to make it more interesting, I have a marriage submission script on another page that is doing the same thing after an identical edit. I have no clue as to why and am completely lost. Thanks for any help you may have to offer! Scott Burow County Coordinator Marion County MO marionmo@swbell.net