# Miscellaneous Email's from Contact Form

**URL:** https://forum.kirupa.com/t/miscellaneous-emails-from-contact-form/271020
**Category:** flash
**Created:** [September 17, 2008, 1:58pm UTC](https://forum.kirupa.com/t/miscellaneous-emails-from-contact-form/271020 "2008-09-17T13:58:45Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mpalmedo](https://avatars.discourse-cdn.com/v4/letter/m/bc79bd/32.png) [@mpalmedo](https://forum.kirupa.com/u/mpalmedo)
#### Post date: [September 17, 2008, 1:58pm UTC](https://forum.kirupa.com/t/miscellaneous-emails-from-contact-form/271020/1 "2008-09-17T13:58:45Z")

</div>

I used a contact form from flashden, edited it for my own purposes and it’s now online working fine with one exception. The person who’s email I have it set to keeps getting dozens of miscellaneous emails from a ‘[secureserver.net](http://secureserver.net)’ with nothing in the message.

Does anyone know why this is and how I can fix it? The code from the FLA is attached. The HTML from the site is below and the direct link to the site is [www.emliss.com/contact.html](http://www.emliss.com/contact.html)

Thanks

\<html xmlns=“[http://www.w3.org/1999/xhtml](http://www.w3.org/1999/xhtml)” xml:lang=“en” lang=“en”\>  
\<head\>  
\<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1” /\>  
\<title\>Contact Emliss Photography\</title\>  
\<meta name=“keywords” content=“Melissa Jaramillo, Photogrpahy, Weddings, Virginia, VA, Leesburg, Portraits, Engagements, Photo Albums, Wedding Photogrpaher, Photographer, Professional, Bar Mitzvah’s, Bat Mitzvah’s, Babies, baby” /\>  
\<script language=“javascript”\>AC\_FL\_RunContent = 0;\</script\>  
\<script src=“AC\_RunActiveContent.js” language=“javascript”\>\</script\>  
\</head\>  
\<body bgcolor="#f5f5ef"\>  
\<!–url’s used in the movie–\>  
\<!–text used in the movie–\>  
\<!–  
\<p align=“left”\>\<font face=“zapfino” size=“14” color="#c37c13" letterSpacing=“0.000000” kerning=“1”\>\<a href=“[http://www.emliss.com/about.html](http://www.emliss.com/about.html)” target = “\_self”\>about\</a\>\</font\>\</p\>  
\<p align=“left”\>\<font face=“zapfino” size=“14” color="#c37c13" letterSpacing=“0.000000” kerning=“1”\>\<a href=“[http://www.emliss.com/gallery.html](http://www.emliss.com/gallery.html)” target = “\_blank”\>portfolio\</a\>\</font\>\</p\>  
\<p align=“left”\>\<font face=“zapfino” size=“14” color="#c37c13" letterSpacing=“0.000000” kerning=“1”\>\<a href=“[http://blog.emliss.com](http://blog.emliss.com)” target = “\_blank”\>blog\</a\>\</font\>\</p\>  
\<p align=“left”\>\<font face=“zapfino” size=“14” color="#c37c13" letterSpacing=“0.000000” kerning=“1”\>\<a href=“[http://www.emliss.com/contact.html](http://www.emliss.com/contact.html)” target = “\_self”\>contact\</a\>\</font\>\</p\>  
Your Name:  
Email Address:  
Message:  
Contact Form:  
Submit  
Reset  
\<p align=“left”\>\</p\>  
Location of Event:  
Date of Event:  
How Did You Hear About Us?  
–\>  
\<!-- saved from url=(0013)about:internet --\>  
\<script language=“javascript”\>  
if (AC\_FL\_RunContent == 0) {  
alert(“This page requires AC\_RunActiveContent.js.”);  
} else {  
AC\_FL\_RunContent(  
‘codebase’, ‘[http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0](http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0)’,  
‘width’, ‘100%’,  
‘height’, ‘100%’,  
‘src’, ‘contact’,  
‘quality’, ‘high’,  
‘pluginspage’, ‘[http://www.macromedia.com/go/getflashplayer](http://www.macromedia.com/go/getflashplayer)’,  
‘align’, ‘middle’,  
‘play’, ‘true’,  
‘loop’, ‘true’,  
‘scale’, ‘showall’,  
‘wmode’, ‘window’,  
‘devicefont’, ‘false’,  
‘id’, ‘contact’,  
‘bgcolor’, ‘#f5f5ef’,  
‘name’, ‘contact’,  
‘menu’, ‘true’,  
‘allowFullScreen’, ‘false’,  
‘allowScriptAccess’,‘sameDomain’,  
‘movie’, ‘contact’,  
‘salign’, ‘’  
); //end AC code  
}

\</script\>  
\<noscript\>  
\<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“[http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0](http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0)” width=“100%” height=“100%” id=“contact” align=“middle”\>  
\<param name=“allowScriptAccess” value=“sameDomain” /\>  
\<param name=“allowFullScreen” value=“false” /\>  
\<param name=“movie” value=“contact.swf” /\>\<param name=“quality” value=“high” /\>\<param name=“bgcolor” value="#f5f5ef" /\> \<embed src=“contact.swf” quality=“high” bgcolor="#f5f5ef" width=“100%” height=“100%” name=“contact” align=“middle” allowScriptAccess=“sameDomain” allowFullScreen=“false” type=“application/x-shockwave-flash” pluginspage=“[http://www.macromedia.com/go/getflashplayer](http://www.macromedia.com/go/getflashplayer)” /\>  
\</object\>  
\</noscript\>  
\</body\>  
\</html\>
