开发者

Calling a submit() within an inline frame returns an object error on Windows 7 only. XP and Vista fine. IE8

开发者 https://www.devze.com 2022-12-19 19:59 出处:网络
We have an application that we use an inli开发者_StackOverflowne frame to submit data to a Notes server.A document.forms[0].submit(0) call is done in the frame, however, on Windows 7 IE8 machines, it

We have an application that we use an inli开发者_StackOverflowne frame to submit data to a Notes server. A document.forms[0].submit(0) call is done in the frame, however, on Windows 7 IE8 machines, it results an object error. Our XP and Vista machines with IE8 work fine. Does Windows 7 work differently than XP and Vista even though they are all IE8?

0

精彩评论

暂无评论...
验证码 换一张
取 消