在iframe网站点击警报元素

时间:2017-01-25 06:30:00

标签: javascript jquery html iframe

对于一项要求,我的html页面中有一个iframe,如下所示

<iframe src="www.abc.com" id="firstembed" name="iframebox"></iframe> 

因此,给定的URL(www.abc.com)将加载到iframe中。现在,我的要求是,如果用户点击iframe区域(例如:图像或下拉列表等),我需要显示包含姓名,ID或文本等的提醒消息。

请告诉我如何使用JQuery检测iframe元素上的click事件。

0 个答案:

没有答案