fancybox makes multiple request on iframe

淺唱寂寞╮ 提交于 2019-12-13 05:10:52

问题


I'm using the fancybox v2.1.5 for a .net application. I use the iframe for displaying an aspx-side. Works fine. But today I noticed, that the request to my aspx-page to be displayed in a fancybox was made 4 times. I tested it with another page - same issue.

Here is all what I do:

<a href='ChangePassword.aspx' class="fancybox fancybox.iframe" style="color:white;text-decoration:none;">Change password</a>

This is the easy side, but in another there are some DB-Calls an many lines of code, so it isn't really a good thing because of the performance.

I've only found one very old link: google groups

thx ©a-x-i

来源:https://stackoverflow.com/questions/19839729/fancybox-makes-multiple-request-on-iframe

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!