本文介绍了window.showModalDialog在谷歌浏览器中无效的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Hi Freinds,
window.showModalDialog使用Jquery在Google Chrome中无效。
如果我使用了window.open(),它适用于所有浏览器,但拆分不起作用。
Ex; objMandal.val(objwinopen.split(/)[0]);,这不适用于FF&Chrome,
请一些人建议我。
Hi Freinds,
window.showModalDialog Not working in google Chrome using Jquery.
If I used window.open(), it is working in all browsers, but split is not working.
Ex; objMandal.val(objwinopen.split("/")[0]);, this is not working in FF & Chrome,
Please some body suggest me.
推荐答案
这篇关于window.showModalDialog在谷歌浏览器中无效的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!