We have an application that we use an inline 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?
views:
119answers:
1we have a function that calls the submit. It errors on the line "document.forms[0].submit(0)"
Ryan
2010-02-12 13:43:50