当前位置: 代码迷 >> Office >> 急等:Outlook2010 的html input控件显示错误
  详细解决方案

急等:Outlook2010 的html input控件显示错误

热度:8673   发布时间:2013-02-26 00:00:00.0
急等:Outlook2010 的html input控件显示异常
项目发送Email文件给客户,其中包含一些HTML的元素(input),但是客户用outlook2010接收的邮件,所有的iuput显示的都有问题,都变成了这个样子

Contact Info
Firstname: test
Lastname: test
Origin Status: ( )TBD(X)Renter( )Homeowner
Home Currency: USD - United States of America

下面这个是在其他邮箱中显示的效果

Contact Info
Firstname: test
Lastname: test
Origin Status: <input disabled="disabled" id="Radio1" target="_blank" type="radio" /><label for="Radio1" target="_blank">TBD</label><input checked="checked" disabled="disabled" id="Radio1" target="_blank" type="radio" /><label for="Radio1" target="_blank">Renter</label><input disabled="disabled" id="Radio1" target="_blank" type="radio" /><label for="Radio1" target="_blank">Homeowner</label>
Home Currency: USD - United States of America


问下要怎么样才能解决这个问题啊

------解决方案--------------------------------------------------------
换方法传吧
  相关解决方案