IE7 Problems

I am having the weirdest problems with IE7, and am looking for a resolution.

We have been using the old Registration Database from the Sandbox for many years, to allow employers to register and post jobs on our website. Everything has been working well, until IE7…

Now, if the Submit button is clicked on the New Account form, the document is saved, but all of the data is wiped out of the fields. This happens no matter what method I use to save the document. The field entries are ‘seen’ both via validation and by using alerts. I had to use a workaround to get the validation to work because I was receiving the message “document.forms[0] is undefined” or “is null or not an object” depending upon what format I tried. The workaround I used is document.getElementById, which works great.

Anyhow, does anyone have any ideas about what could possibly cause this problem with IE7? The database still works just fine with Mozilla Firefox, Safari, and with lesser versions of IE, just not with 7.

Just as an aside, I receive an error of “document.body is null or not an object” when I click the Sign In link for this ibm forum, with a runtime error referencing line 141 of the ibmcommon.js file, “document.body.appendChild(div)”.

Could there be something wrong with our version of IE (these problems happen no matter which pc, I’m on)?

Subject: have a look on MS support site

I got something similar on Vista/IE71/ Have your URL site on the trusted site

2/ Take a look at this technote

http://support.microsoft.com/kb/927917/en-us

Hope it can help…