views:

119

answers:

1

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?

A: 

isn't it onsubmit or do you have a function called submit?

matpol
we have a function that calls the submit. It errors on the line "document.forms[0].submit(0)"
Ryan