•
form action
英:
美:
常见释义:
表单操作
1、That element specifies a
form action
.───该元素指定了一个表单动作。
2、Action style is used to specify an image, URL, or button for a
form action
.───Action style用于指定图像、URL或按钮的表单动作。
3、Gets a value indicating whether the browser requires unique form-action URLs.───获取一个值,该值指示浏览器是否需要唯一的窗体-操作URL。
4、Form action class contains behavior for
form action
s.───表单操作类包含表单操作的行为。
5、JSP tags and attributes replace HTML tags and attributes.
form action
= "join. jsp"───JSP标记和属性替代了HTML标记和属性。
6、The following code example shows how to determine whether the browser requires unique form-action URLs.───下面的代码示例演示如何确定浏览器是否需要唯一的窗体-操作URL。
7、The
form action
is set up to jump back to this login page, so code has to be added to handle the actual login.───表单操作被设置为跳回这个登录页面,因此必须添加一些代码来处理实际的登录操作。
8、The corresponding html contains a reference to addCustomer. php as the
form action
along with the POST method.───对应的html包含一个对addCustomer.php的引用(作为表单动作)和POST方法。
1、military action───【法】 军事行动
2、action painting───泼洒画(一种抽象派绘画); 行动派绘画;行动绘画;行为绘画;行动画派;动作画
3、action signs───行动标志
4、causable action───可引起的行为
5、dispossessory action───剥夺权利行为
6、action figure───(仿影视等角色的)战士玩偶,人偶;动作人物;可动人型;玩具人;活动人
7、action───n.行动;活动;功能;战斗;情节;精彩活动;n.(Action)(英)埃克申(人名)
8、form───vi.形成,构成;排列;n.形式,形状;形态,外形;方式;表格;n.(Form)人名;(英)福姆;(法、德)福尔姆;vt.构成,组成;排列,组织;产生,塑造
9、action shots───行进间投篮
form action="#" action 中的值一般是要转向的页面或者servlet,里面如果是# 的话表示当前链接无效,例如页面要跳转到百度的主页可以这样写
form action="http://www.baidu.com",页面上添加一个Button,Button的type为submit,点击Button就能进行页面的跳转了。