Dynamics CRM2013 去除界面顶部黄色的CRM For Outlook条框

       Dynamics CRM2013中每次打开系统页面上方都会有个黄条看着很是烦人,效果如下图

      庆幸的是系统提供了关闭的开关,设置—管理—系统设置,把“设置CRM For Outlook消息是否对用户可见”设成否就行。


版权声明:本文为博主原创文章,未经博主允许不得转载。

转载于:https://www.cnblogs.com/VicTang/p/4799552.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
以下是一个简单的HTML5表单,包含所有要求的元素: ```html <!DOCTYPE html> <html> <head> <title>注册表单</title> <meta charset="utf-8"> </head> <body> <form> <label for="email">邮件地址:</label> <input type="text" id="email" name="email" required> @ <input type="text" id="email-domain" name="email-domain" required> . <input type="text" id="email-tld" name="email-tld" required> <br><br> <label for="password">密码:</label> <input type="password" id="password" name="password" required> <br><br> <label for="confirm-password">确认密码:</label> <input type="password" id="confirm-password" name="confirm-password" required> <br><br> <label for="phone">手机号码:</label> <input type="tel" id="phone" name="phone" pattern="[0-9]{11}" required> <br><br> <label for="captcha">验证码:</label> <input type="text" id="captcha" name="captcha" required> <img src="captcha.php" alt="验证码" onclick="this.src='captcha.php?'+Math.random()"> <button type="button" onclick="this.previousSibling.src='captcha.php?'+Math.random()">换一张</button> <br><br> <button type="button">免费获取验证码</button> <label for="sms-code">短信验证码:</label> <input type="text" id="sms-code" name="sms-code" required> <br><br> <label for="terms">同意服务条款:</label> <input type="checkbox" id="terms" name="terms" required> <br><br> <button type="submit">立即注册</button> </form> </body> </html> ``` 解释一下: 1. 邮件地址的三个部分分别是`email`、`email-domain`和`email-tld`,都是必填项。 2. 密码输入框使用`type="password"`。 3. 确认密码输入框与密码输入框相同。 4. 手机号码输入框使用`type="tel"`和`pattern="[0-9]{11}"`,表示必须是11位数字。 5. 验证码使用一个`img`标签显示图片,并在`onclick`事件中生成新的验证码图片。 6. 免费获取验证码使用一个普通的`button`标签。 7. 短信验证码输入框与其他输入框相同。 8. 同意服务条款使用一个`checkbox`标签,并添加`required`属性。 9. 立即注册使用一个普通的`button`标签,不是`type="submit"`,因为需要添加JavaScript代码来验证表单。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值