Hi,
I'm running into a problem testing browser compatibility in CE5 against
CE4.2. I have a series of Web pages that are served by IIS on a PC which
test various aspects of HTML and other protocol compatibility in the
browser. One of the test pages has a form that gets submitted by the user
when she clicks a button on the page. This works fine and triggers the form
action after some JScript runs on the page and calls submit() for the form
in CE4.2. When the user clicks on the button, a dialog is presented from
wininet.dll which says something to the effect that 'You are about to send
some data over the Internet. Are you sure you want to do that?' If the
user says, "Yes", the form submission occurs.
In CE5, however, clicking on the Submit button that should trigger this
process seems to do nothing. No dialog, although the dialog resource is
certainly still there in wininet.dll, no submission operation, etc. It's as
though the processing of forms is short-circuited by someone.
Note that 1) I do have JScript (authoring and encode), in the image, 2) I'm
using the DCOM catalog item and have Internet Explorer RPC Support in the
OS, 3) I've tried accessing the test page on a server that's in the Local
Intranet zone and one in the Internet zone, 4) I've tried setting all of the
Internet options on the device to the most-liberal settings, 5) the QFECheck
tool indicates that I have all of the QFEs for my target processor, ARMv4i.
I've also looked through the registry documentation for something to control
form posting, but don't see anything.
Any ideas?
Paul T.