无法在javascript中获取modalpopup的ID
我的页面中有一个更新面板。但模式弹出窗口位于该更新面板之外。 当我尝试使用 document.getElementById 或 $get 或 $find 从 javascript 获取模态弹出窗口时,它返回 null,即它找不到该模态弹出窗口。
更新面板和模式弹出窗口的大致结构位置
<update panel>
</update panel>
<modal popup>
</modal popup>
<update panel>
</update panel>
<java script>
</java script>
如何解决此问题。
I have an update panel in my page. But modal popup is outside of that update panel.
When i try to get modal popup from javascript either using document.getElementById or $get or $find , it returns null, i.e. it cannot find that modal popup.
rough structural position of update panel and modal popup
<update panel>
</update panel>
<modal popup>
</modal popup>
<update panel>
</update panel>
<java script>
</java script>
How to resolve this issue.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这对我来说效果很好。
This work well for me.