做网站公司简介模版,如何开发电子商务网站,网络营销的发展前景,制作作业平台网站的设计我想用弹出的插件在弹出窗口中加载一个完整的html页面。如果我尝试#xff1a;Edit images$(#edit-images-btn).magnificPopup({type: ajax});它产生了这个#xff1a;这在图形上非常符合我的要求#xff0c;但问题是的内容直接插入到dom中#xff0c;而不是放在保护性的if…我想用弹出的插件在弹出窗口中加载一个完整的html页面。如果我尝试Edit images$(#edit-images-btn).magnificPopup({type: ajax});它产生了这个这在图形上非常符合我的要求但问题是的内容直接插入到dom中而不是放在保护性的iframe中。这不可能是好事。我想要大胆的弹出窗口为内容创建一个不可见的iframe。我在控制台中也遇到了一些奇怪的js错误Failed to load resource: the server responded with a status of 405 (Method Not Allowed) http://maps.googleapis.com/maps/api/js?keyAIzaSyBW_Py3pNsiSifVJzqL8J28LFCQ6P1KaX0sensorfalselibrariesplaces_1389102487002Failed to load resource: No Access-Control-Allow-Origin header is present on the requested resource. Origin http://127.0.0.1:8008 is therefore not allowed access. http://maps.googleapis.com/maps/api/js?keyAIzaSyBW_Py3pNsiSifVJzqL8J28LFCQ6P1KaX0sensorfalselibrariesplaces_1389102487002XMLHttpRequest cannot load http://maps.googleapis.com/maps/api/js?keyAIzaSyBW_Py3pNsiSifVJzqL8J28LFCQ6P1KaX0sensorfalselibrariesplaces_1389102487002. No Access-Control-Allow-Origin header is present on the requested resource. Origin http://127.0.0.1:8008 is therefore not allowed access.这些错误可能是无效的html结构或谷歌地图api多次包含的结果。不确定。它可能会通过iframing内容来解决。