我如何使用 escape 关闭预览窗口,该窗口将要求用户输入他的名字
问题是我有一个链接 Onclick
该用户将收到一个弹出窗口,其中显示一些图像和一个文本区域,显示 Enter your name 。
类似于 FaceBook 提供的内容,例如,请参阅此 演示。
我想要此功能。
如果用户在该文本中输入了某些内容,他不应该能够使用转义关闭该弹出预览。
如果他没有输入任何内容或者他没有专注于该文本区域,那么他应该能够关闭该弹出预览。
The issue is I have a link Onclick
of that user will get a pop-up displaying some image and a text area saying enter your name .
something like what FaceBook provides, for example see this Demo.
I want this functionality.
If user has entered some thing inside that text he should not be able to close that pop preview using escape.
If he has not entered anything or he is not focusing on that text area then he should be able to close that pop-up preview.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在弹出的
窗口
中尝试此代码。Try this code in the pop-up
window
.