MS Outlook中的HTML表单作为签名 [英] HTML form inside MS Outlook as signature

查看:125
本文介绍了MS Outlook中的HTML表单作为签名的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我不确定这是否是提出这个问题的合适场所。抱歉。



我的问题是



我有一个带按钮的HTML表单。点击按钮,它将重定向到.aspx页面。我在MS Outlook中使用此表单作为签名,但是当点击按钮时它不会重定向。



请求帮助。



谢谢

Hi all,

I am not sure whether this is a right place to ask this question. Apologies for that.

My question is

I have an HTML form with button. On click of button it will redirect to .aspx page. I have used this form as signature in MS outlook, but it doesn,t redirect when button clicked.

Pleae help.

Thanks

推荐答案

你没有告诉它在哪里重定向。

要做到这一点,添加action = 到表格

You did not tell it where to redirect to.
To do this add the action="" to the form
<html xmlns="http://www.w3.org/1999/xhtml">
<form action="youraspx.aspx" name="myform">
<table cellpadding="0" cellspacing="0" width="800px">
<tr>
<td><input type="image" value="Submit"></td>
</tr>
</table>
</form>
</html>

</html>



哦,你也应该放一个方法。

method =get or post


Oh and you should put a method also.
method="get or post"


这篇关于MS Outlook中的HTML表单作为签名的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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