post命令不返回safari中的元素

时间:2013-09-18 18:16:11

标签: html post safari

我在微框架4.2中编写了一个侦听端口81的小型Web服务器。它发送带有表单的HTML网页,并等待POST返回浏览器中的元素。除了Apple的Safari浏览器之外,我用它测试的每个浏览器都可以正常工作。在网页的最后,我有两个cariage返回换行对。任何想法为什么不返回POS元素?以下是我发送的网页的前几行。

<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Settings</title>
</head>

<body>

<form method="POST" action="Times.htm">

   <h1>Set Zone Times</h1>
   <p>Zone 1 maximum time <select size="1" name="Zone1MaxTime">
   <option>5</option>
   <option>10</option>

0 个答案:

没有答案