表单操作PUT不发送变量 [英] Form Action PUT not sending variables

查看:50
本文介绍了表单操作PUT不发送变量的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一张表格

< td ID ="但是宽度= QUOT; 20%" style =" height:30px; vertical-align:top;">

< form class =" frmform"名称= QUOT; close01" action =" index.htm" />

< p style =" text-align:center; margin-top:0; margin-bottom:0">

< button class =" frmclose" onClick =" retreat();" name =" close"

style =" height:97%">关闭< /按钮>

< / p>

< / form>


< form class =" frmform"

name =" buttons"

target =" _blank"

method =" POST"

action =" geodirect.php" />


< label class =" frmlabel" for =" addr">< br>输入地址:< / label>< br>

< input class =" frmaddr"名称= QUOT;地址" size =" 50" />< / input>< br>& nbsp;< br>

< input type = submit class =" frminput" onClick =" return tohere();"

name =" GoTo" value ="并转到会议">< br>& nbsp;< br>

< input type = submit class =" frminput" onClick =" return fromhere();"

name =" GoFrom" value ="或FROM Meeting">< br>& nbsp;< br>

< input type =" hidden"名称= QUOT; startaddress"大小= QUOT; 200" value ="">

< input type =" hidden"名称= QUOT; endaddress"大小= QUOT; 200" value ="">

< input type =" hidden"名称= QUOT; meetingaddress" size =" 200"

value ="">

< input type =" hidden"命名= QUOT; coordinatesline" size =" 20"

value ="">

& nbsp;< br>

< / form> ;

< / td>


没有任何变量到达geodirect.php


我在失去了如何处理这个问题 - 我可以有

建议

I have a form
<td ID="but" width="20%" style="height: 30px; vertical-align: top ;">
<form class="frmform" name="close01" action="index.htm"/>
<p style="text-align: center; margin-top: 0; margin-bottom: 0">
<button class="frmclose" onClick="retreat() ;" name="closer"
style="height: 97%">Close</button>
</p>
</form>

<form class="frmform"
name="buttons"
target="_blank"
method="POST"
action="geodirect.php"/>

<label class="frmlabel" for="addr"><br>Enter Address:</label><br>
<input class="frmaddr" name="addr" size="50"/></input><br>&nbsp;<br>
<input type=submit class="frminput" onClick="return tohere() ;"
name="GoTo" value="and go TO Meeting"><br>&nbsp;<br>
<input type=submit class="frminput" onClick="return fromhere() ;"
name="GoFrom" value="or FROM Meeting"><br>&nbsp;<br>
<input type="hidden" name="startaddress" size="200" value="">
<input type="hidden" name="endaddress" size="200" value="">
<input type="hidden" name="meetingaddress" size="200"
value="">
<input type="hidden" name="coordinatesline" size="20"
value="">
&nbsp;<br>
</form>
</td>

None of the variables are reaching geodirect.php

I am at lose on how to go about dealing with this -- may I have
suggestions

推荐答案



" ft310" < to ***** @ fullchannel.netwrote in message

news:11 ********************** @ k79g2000hse。 googlegr oups.com ...

"ft310" <to*****@fullchannel.netwrote in message
news:11**********************@k79g2000hse.googlegr oups.com...

>我有一个表格

< td ID ="但是"宽度= QUOT; 20%" style =" height:30px; vertical-align:top;">

< form class =" frmform"名称= QUOT; close01" action =" index.htm" />

< p style =" text-align:center; margin-top:0; margin-bottom:0">

< button class =" frmclose" onClick =" retreat();" name =" close"

style =" height:97%">关闭< /按钮>

< / p>

< / form>


< form class =" frmform"

name =" buttons"

target =" _blank"

method =" POST"

action =" geodirect.php" />


< label class =" frmlabel" for =" addr">< br>输入地址:< / label>< br>

< input class =" frmaddr"名称= QUOT;地址" size =" 50" />< / input>< br>& nbsp;< br>

< input type = submit class =" frminput" onClick =" return tohere();"

name =" GoTo" value ="并转到会议">< br>& nbsp;< br>

< input type = submit class =" frminput" onClick =" return fromhere();"

name =" GoFrom" value ="或FROM Meeting">< br>& nbsp;< br>

< input type =" hidden"名称= QUOT; startaddress"大小= QUOT; 200" value ="">

< input type =" hidden"名称= QUOT; endaddress"大小= QUOT; 200" value ="">

< input type =" hidden"名称= QUOT; meetingaddress" size =" 200"

value ="">

< input type =" hidden"命名= QUOT; coordinatesline" size =" 20"

value ="">

& nbsp;< br>

< / form> ;

< / td>


没有任何变量到达geodirect.php


我在失去了如何处理这个 - 我可以有

建议
>I have a form
<td ID="but" width="20%" style="height: 30px; vertical-align: top ;">
<form class="frmform" name="close01" action="index.htm"/>
<p style="text-align: center; margin-top: 0; margin-bottom: 0">
<button class="frmclose" onClick="retreat() ;" name="closer"
style="height: 97%">Close</button>
</p>
</form>

<form class="frmform"
name="buttons"
target="_blank"
method="POST"
action="geodirect.php"/>

<label class="frmlabel" for="addr"><br>Enter Address:</label><br>
<input class="frmaddr" name="addr" size="50"/></input><br>&nbsp;<br>
<input type=submit class="frminput" onClick="return tohere() ;"
name="GoTo" value="and go TO Meeting"><br>&nbsp;<br>
<input type=submit class="frminput" onClick="return fromhere() ;"
name="GoFrom" value="or FROM Meeting"><br>&nbsp;<br>
<input type="hidden" name="startaddress" size="200" value="">
<input type="hidden" name="endaddress" size="200" value="">
<input type="hidden" name="meetingaddress" size="200"
value="">
<input type="hidden" name="coordinatesline" size="20"
value="">
&nbsp;<br>
</form>
</td>

None of the variables are reaching geodirect.php

I am at lose on how to go about dealing with this -- may I have
suggestions



我也不知所措。随附的脚本在哪里?什么是那些

onClick(sic)处理程序调用?

I am at a loss too. Where is the accompanying script? What are those
onClick (sic) handlers calling?


On Tue,2007年7月17日00:07:44 +0200,ft310< to*****@fullchannel.netwrote:
On Tue, 17 Jul 2007 00:07:44 +0200, ft310 <to*****@fullchannel.netwrote:

我有一个表格

< td ID ="但是宽度= QUOT; 20%" style =" height:30px; vertical-align:top;">

< form class =" frmform"名称= QUOT; close01" action =" index.htm" />

< p style =" text-align:center; margin-top:0; margin-bottom:0">

< button class =" frmclose" onClick =" retreat();" name =" close"

style =" height:97%">关闭< /按钮>

< / p>

< / form>


< form class =" frmform"

name =" buttons"

target =" _blank"

method =" POST"

action =" geodirect.php" />
I have a form
<td ID="but" width="20%" style="height: 30px; vertical-align: top ;">
<form class="frmform" name="close01" action="index.htm"/>
<p style="text-align: center; margin-top: 0; margin-bottom: 0">
<button class="frmclose" onClick="retreat() ;" name="closer"
style="height: 97%">Close</button>
</p>
</form>

<form class="frmform"
name="buttons"
target="_blank"
method="POST"
action="geodirect.php"/>



Euhm,一个自我关闭的表格标签?尝试没有/


-

Rik Wasmus

Euhm, a self closing form tag? Try without the /

--
Rik Wasmus


7月16日,6:18下午,Rik< luiheidsgoe ... @ hotmail.comwrote:
On Jul 16, 6:18 pm, Rik <luiheidsgoe...@hotmail.comwrote:

On Tue,2007年7月17日00:07:44 +0200,ft310< tooh .. 。@ fullchannel.netwrote:
On Tue, 17 Jul 2007 00:07:44 +0200, ft310 <tooh...@fullchannel.netwrote:

我有一个表格

< td ID ="但是宽度= QUOT; 20%" style =" height:30px; vertical-align:top;">

< form class =" frmform"名称= QUOT; close01" action =" index.htm" />

< p style =" text-align:center; margin-top:0; margin-bottom:0">

< button class =" frmclose" onClick =" retreat();" name =" close"

style =" height:97%">关闭< /按钮>

< / p>

< / form>
I have a form
<td ID="but" width="20%" style="height: 30px; vertical-align: top ;">
<form class="frmform" name="close01" action="index.htm"/>
<p style="text-align: center; margin-top: 0; margin-bottom: 0">
<button class="frmclose" onClick="retreat() ;" name="closer"
style="height: 97%">Close</button>
</p>
</form>


< form class =" frmform"

name =" buttons"

target =" _blank"

method =" POST"

action =" geodirect.php" />
<form class="frmform"
name="buttons"
target="_blank"
method="POST"
action="geodirect.php"/>



Euhm,一个自我关闭的表格标签?试试没有/


-

Rik Wasmus


Euhm, a self closing form tag? Try without the /

--
Rik Wasmus



Rik,谢谢 - 那个绝对没有必要 - 我把它拿出来了

没有变化。

Rik, thanks -- that was definitely not necessary -- I took it out and
there was no change.


这篇关于表单操作PUT不发送变量的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆