将警告提示更改为信息图标 [英] change warning traingle to an information icon

查看:60
本文介绍了将警告提示更改为信息图标的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将弹出消息中的警告图标更改为信息图标.任何人都可以帮助我
< asp:LinkBut​​ton ID ="lnkForgtnPwd" runat =服务器" CssClass ="messageLogIn" OnClick ="lnk_click" OnClientClick ="ShowMessage()">忘记了您的ID?

我创建了链接忘记了您的ID?".单击此链接后,它将调用函数ShowMessage()

Hi,i wanted to change the warning icon in my pop up message to an information icon..Can anyone please help me
<asp:LinkButton ID="lnkForgtnPwd" runat="server" CssClass="messageLogIn" OnClick="lnk_click" OnClientClick=" ShowMessage()">Forgotten your id?

I have created the link "Forgotten your id?".On clicking this link its calls the function ShowMessage()

function ShowMessage()
      {
          alert("Contact the admin")
          return false;
      }



与管理员联系会显示为弹出消息,但会显示警告图标.我希望它带有信息图标..



Contact the admin is displayed as a pop up message ,but its displayed with a warning icon.i want it with an information icon..

推荐答案

这可能有所帮助. a href ="http://www.w3schools.com/js/js_popup.asp">此 [ ^ ]

如果您需要更多自由,请自己写点东西.您可以使用 JQuery [ ^ ]将div标签显示为对话框,包括移动,样式,确定按钮等...

虽然需要一些努力才能学习.

希望这会有所帮助.
This might help.This[^]

If you need more freedom, write something yourself. You can use JQuery[^] to show a div tag as a Dialog including moving around, styling, OK buttons etc...

Takes some effort to learn though.

Hope this helps.


这篇关于将警告提示更改为信息图标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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