无需按下按钮即可发布表单内容 [英] Posting form contents without having to push the button

查看:54
本文介绍了无需按下按钮即可发布表单内容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


有没有办法发布表格内容而无需点击

提交按钮,即


< form method =" post" action =" http://www.whereever.com/ProcessTheData.php">

< INPUT name =" Field1" type =" text">

< INPUT name =" Field2" type =" text">

< INPUT name =" Field3" type =" text">

< INPUT name =" EsendexRecipient" type =" text">

< TEXTAREA name =" Block"行= QUOT; 3英寸cols =" 20">< / TEXTAREA>

< input type =" submit" value =" Submit">

< / form>


可以按照以下方式完成,我是否会再次面对红脸?

http:/ /www.whereever.com/ProcessTheD...ield1&B=Field2 的。 。 。 。 。


感激不尽的任何帮助


干杯

Hi All,

Is there a way to post the contents of a form without having to click on the
Submit button, i.e

<form method="post" action="http://www.whereever.com/ProcessTheData.php">
<INPUT name="Field1" type="text">
<INPUT name="Field2" type="text">
<INPUT name="Field3" type="text">
<INPUT name="EsendexRecipient" type="text">
<TEXTAREA name="Block" rows="3" cols="20"></TEXTAREA>
<input type="submit" value="Submit">
</form>

Can it be done as follows, are am I going to end up red faced again?

http://www.whereever.com/ProcessTheD...ield1&B=Field2. . . . .

Any help gratefully accepted

Cheers

推荐答案

2007年5月9日星期三18:08:41 +0100,Johnny BeGood让他的猴子输入:
At Wed, 09 May 2007 18:08:41 +0100, Johnny BeGood let his monkeys type:

大家好,


有没有办法发布表格内容而无需点击

提交按钮,即


< form method =" post" action =" http://www.whereever.com/ProcessTheData.php">

< INPUT name =" Field1" type =" text">

< INPUT name =" Field2" type =" text">

< INPUT name =" Field3" type =" text">

< INPUT name =" EsendexRecipient" type =" text">

< TEXTAREA name =" Block"行= QUOT; 3英寸cols =" 20">< / TEXTAREA>

< input type =" submit" value =" Submit">

< / form>


可以按照以下方式完成,我是否会再次面对红脸?

http:/ /www.whereever.com/ProcessTheD...ield1&B=Field2 的。 。 。 。 。


感激不尽的任何帮助


干杯
Hi All,

Is there a way to post the contents of a form without having to click on the
Submit button, i.e

<form method="post" action="http://www.whereever.com/ProcessTheData.php">
<INPUT name="Field1" type="text">
<INPUT name="Field2" type="text">
<INPUT name="Field3" type="text">
<INPUT name="EsendexRecipient" type="text">
<TEXTAREA name="Block" rows="3" cols="20"></TEXTAREA>
<input type="submit" value="Submit">
</form>

Can it be done as follows, are am I going to end up red faced again?

http://www.whereever.com/ProcessTheD...ield1&B=Field2. . . . .

Any help gratefully accepted

Cheers



没理由去红色面临。


使用Javascript,您可以在给定字段或

字段数包含值后将数据发送到脚本。为什么你想要以这种方式使用表格

超出我的范围。在Javascript群组中询问如何。


如果您希望表单是交互式的(例如表单更改

在某个选择之后,或者表单字段具有代码完成或

提示)你可以看一下AJAX解决方案。这个(它不是
a产品,而是一个概念)结合了javascript,xml和服务器端

脚本来修改浏览器中页面的一部分,而不必

首先重新加载整个页面。


AJAX是Asynchronous Java And XML的首字母缩写。

HTH


Sh

No reason to go red faced.

Using Javascript you could send the data to a script once a given field or
number of fields contain values. Why on earth you would want to use a form
in this manner is beyond me. Ask in Javascript groups how to.

If you want the form to be interactive (e.g. the form changes
following a certain choice, or a form field has code completion or
hinting) you could have a look at an AJAX solution. This (it''s not
a product but a concept) combines javascript, xml and server-side
scripting to modify part of a page in your browser without having to
reload the complete page first)

AJAX is an acronym for Asynchronous Java And XML.
HTH

Sh


5月9日下午1:08,Johnny BeGood < j ... @ jbg.netwrote:
On May 9, 1:08 pm, "Johnny BeGood" <j...@jbg.netwrote:

大家好,


有没有办法发布内容表格无需点击

提交按钮,即


< form method =" post" action =" http://www.whereever.com/ProcessTheData.php">

< INPUT name =" Field1" type =" text">

< INPUT name =" Field2" type =" text">

< INPUT name =" Field3" type =" text">

< INPUT name =" EsendexRecipient" type =" text">

< TEXTAREA name =" Block"行= QUOT; 3英寸cols =" 20">< / TEXTAREA>

< input type =" submit" value =" Submit">

< / form>


可以按照以下方式完成,我是否会再次面对红脸?

http:/ /www.whereever.com/ProcessTheD...ield1&B=Field2 的。 。 。 。 。


感激不尽的任何帮助


干杯
Hi All,

Is there a way to post the contents of a form without having to click on the
Submit button, i.e

<form method="post" action="http://www.whereever.com/ProcessTheData.php">
<INPUT name="Field1" type="text">
<INPUT name="Field2" type="text">
<INPUT name="Field3" type="text">
<INPUT name="EsendexRecipient" type="text">
<TEXTAREA name="Block" rows="3" cols="20"></TEXTAREA>
<input type="submit" value="Submit">
</form>

Can it be done as follows, are am I going to end up red faced again?

http://www.whereever.com/ProcessTheD...ield1&B=Field2. . . . .

Any help gratefully accepted

Cheers



你应该申请专利亚马逊之前的想法:零点击购物。

You should patent this idea before Amazon does: "Zero-Click Shopping."


Johnny BeGood写道:
Johnny BeGood wrote:

有没有办法发布表格内容而无需点击

提交按钮,
Is there a way to post the contents of a form without having to click on
the Submit button,



是啊.. 。按输入在任何文字领域!!


-

---------------------- ------------
$ b $bIvánSánchezOrtega-ivansanchez-algarroba-escomposlinux-punto-org-

Un ordenador no es un televis ni un microondas,es una herramienta

compleja。

Yeah... Press "enter" on any text field!!

--
----------------------------------
Iván Sánchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org-

Un ordenador no es un televisor ni un microondas, es una herramienta
compleja.


这篇关于无需按下按钮即可发布表单内容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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