Mourning the loss of our friend, WhitPhil.
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
 
Web Design & Development
Tag Cloud
access audio black screen blue screen boot bsod connection crash dell desktop drivers dvd email error excel excel 2003 firefox hard drive hardware hijackthis internet keyboard laptop malware monitor motherboard network networking outlook problem ram recovery router safe mode screen slow sound spyware tdlwsp.dll trojan vba video virus vista vundo windows windows 7 windows vista windows xp wireless
Search
Search for:
Tech Support Guy Forums > Internet & Networking > Web Design & Development >
POST error

Tip: Click here to scan for System Errors and Optimize PC performance
[ Sponsored Link ]

Closed Thread
 
Thread Tools
silverado4's Avatar
Senior Member with 660 posts.
 
Join Date: Nov 2004
Experience: Advanced
05-Jul-2009, 12:38 PM #1
POST error
When using my Website X5 Revolution 8,
I create an e-mail form.
When I preview it X5, it looks good.
After I export it to my web space,
It still looks good, However,
When I submit it to try it out, (and others get the same error)
it show that there is something wrong with the "POST" information.

See attached, and also here is my HTML from my site on the comment page:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<title>Comment Page</title>

<!-- Contents -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="en" />
<meta http-equiv="last-modified" content="05/07/2009 12:23:14" />
<meta http-equiv="Content-Type-Script" content="text/javascript" />
<meta name="description" content="test on e-mail form" />
<meta name="keywords" content="" />
<!-- imCustomHead -->
<meta http-equiv="Expires" content="0" />
<meta name="Resource-Type" content="document" />
<meta name="Distribution" content="global" />
<meta name="Robots" content="index, follow" />
<meta name="Revisit-After" content="21 days" />
<meta name="Rating" content="general" />
<!-- Others -->
<meta name="Author" content="Jack" />
<meta name="Generator" content="Incomedia WebSite X5 Evolution Evolution 8.0.9 - www.websitex5.com" />
<meta http-equiv="ImageToolbar" content="False" />
<meta name="MSSmartTagsPreventParsing" content="True" />

<!-- Parent -->
<link rel="sitemap" href="imsitemap.html" title="General Site Map" />
<!-- Res -->
<script type="text/javascript" src="res/x5engine.js"></script>
<link rel="stylesheet" type="text/css" href="res/styles.css" media="screen, print" />
<link rel="stylesheet" type="text/css" href="res/template.css" media="screen" />
<link rel="stylesheet" type="text/css" href="res/print.css" media="print" />
<!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="res/iebehavior.css" media="screen" /><![endif]-->
<link rel="stylesheet" type="text/css" href="res/p003.css" media="screen, print" />
<link rel="stylesheet" type="text/css" href="res/handheld.css" media="handheld" />
<link rel="alternate stylesheet" title="High contrast - Accessibility" type="text/css" href="res/accessibility.css" media="screen" />

</head>
<body>
<div id="imSite">
<div id="imHeader">
<h1>This is only a Test On E-Mail Form</h1>
</div>
<div class="imInvisible">
<hr />
<a href="#imGoToCont" title="Skip the main menu">Go to content</a>
</div>
<div id="imBody">
<div id="imMenuMain">

<!-- Menu START -->
<a name="imGoToMenu"></a><p class="imInvisible">Main menu:</p>
<div id="imMnMn">
<ul>
<li><a href="index.html" title="">Jack As Maggie</a></li>
<li><a href="a_rose_from_our_garden.html" title="">A Rose From Our Garden</a></li>
<li><a href="our_dog_murphy_eating_my_food.html" title="">Our Dog Murphy Eating My Food</a></li>
<li><a href="comment_page.html" title="">Comment Page</a></li>
</ul>
</div>
<!-- Menu END -->

</div>
<hr class="imInvisible" />
<a name="imGoToCont"></a>
<div id="imContent">

<!-- Page START -->
<h2>Comment Page</h2>
<div id="imPage">

<div id="imCel8_00">
<div id="imCel8_00_Cont">
<div id="imObj8_00">
<script type="text/javascript"><!--
function ChkFrm_8_00(oForm)
{
sAlert1 = "Missing value for field ";
sAlert2 = "Wrong email address for field ";
sAlert3 = "Check question is not valid ";
return (true);
}
//--></script>
<form action="files/mail_p003_8_00.php" method="post" onsubmit="return ChkFrm_8_00(this)">
<fieldset>
<div class="imLineProp">
Day / Month / Year:<br />
<select class="imInput" name="Itm_8_00_1_m" id="Itm_8_00_1_m" onfocus="imFocus(this,'#FFFFE1')" onblur="imFocus(this,'#FFFFFF')">
<option selected="selected">-</option>
<option>Jan</option>
<option>Feb</option>
<option>Mar</option>
<option>Apr</option>
<option>May</option>
<option>Jun</option>
<option>Jul</option>
<option>Aug</option>
<option>Sep</option>
<option>Oct</option>
<option>Nov</option>
<option>Dec</option>
</select>
<select class="imInput" name="Itm_8_00_1_d" id="Itm_8_00_1_d" onfocus="imFocus(this,'#FFFFE1')" onblur="imFocus(this,'#FFFFFF')">
<option selected="selected">-</option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
<option>11</option>
<option>12</option>
<option>13</option>
<option>14</option>
<option>15</option>
<option>16</option>
<option>17</option>
<option>18</option>
<option>19</option>
<option>20</option>
<option>21</option>
<option>22</option>
<option>23</option>
<option>24</option>
<option>25</option>
<option>26</option>
<option>27</option>
<option>28</option>
<option>29</option>
<option>30</option>
<option>31</option>
</select>
<input class="imInput imInput_4" type="text" name="Itm_8_00_1_y" id="Itm_8_00_1_y" maxlength="4" onkeypress="return imKeyFilter(0,event);" onfocus="imFocus(this,'#FFFFE1')" onblur="imFocus(this,'#FFFFFF')" />
</div>
<div class="imLineProp">
<label for="Itm_8_00_2">
Your Name:<br />
<input class="imInput imInput_0" type="text" name="Itm_8_00_2" id="Itm_8_00_2" onfocus="imFocus(this,'#FFFFE1')" onblur="imFocus(this,'#FFFFFF')" />
</label>
</div>
<div class="imLineProp">
<label for="Itm_8_00_3">
Your E-Mail:<br />
<input class="imInput imInput_0" type="text" name="Itm_8_00_3" id="Itm_8_00_3" maxlength="40" onfocus="imFocus(this,'#FFFFE1')" onblur="imFocus(this,'#FFFFFF')" />
</label>
</div>
<div class="imLineProp">
<label for="Itm_8_00_4">
Please leave me a comment:<br />
<textarea class="imInput imInput_0" name="Itm_8_00_4" id="Itm_8_00_4" rows="8" cols="15" style="height: 120px; " onfocus="imFocus(this,'#FFFFE1')" onblur="imFocus(this,'#FFFFFF')"></textarea>
</label>
</div>
<div class="imAlign_center">
<input class="imFormButton" type="submit" value=" Send " />
<input class="imFormButton" type="reset" value=" Reset " />
</div>
</fieldset>
</form>

</div>
</div>
</div>

</div>
<!-- Page END -->


</div>
<div id="imFooter">
</div>
</div>
</div>
<div class="imInvisible">
<hr />
<a href="#imGoToCont" title="Read this page again">Back to content</a> | <a href="#imGoToMenu" title="Read this site again">Back to main menu</a>
</div>


<div id="imShowBoxBG" style="display: none;" onclick="imShowBoxHide()"></div>
<div id="imShowBoxContainer" style="display: none;" onclick="imShowBoxHide()"><div id="imShowBox" style="height: 200px; width: 200px;"></div></div>
<div id="imBGSound"></div>
<div id="imToolTip"><script type="text/javascript">var imt = new IMTip;</script></div>
</body>
</html>
Attached Thumbnails
POST error-not-allowed.jpg  
Closed Thread Bookmark and Share

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Smart Search

Find your solution!



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.

Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -5. The time now is 05:16 PM.
Copyright © 1996 - 2009 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.
Powered by Cermak Technologies, Inc.