No of visitors who read this post:
515
Category:
Prog\Scripting Languages
Type:
Question
Author:
Bruno alcaraz
I just installed CRM 2011 with our new server. But received a form error:
There was an error with this field's customized event
Field: window
Event: onload
Error: object doesn't support property or method 'Form load'
I need help please.
- Login or Signup Now to post comments

If you see this error message, you have a problem with customization.
CRM uses a component called "Microsoft URL Rewrite 1.1 for IIS7" along with a rule that is visible within the CRM Web site configurations under the URL Rewrite section called “WebResourcesRule”.
There are instances in which the Microsoft URL Rewrite Module does not get loaded properly and/or the rewrite rules are missing.
On the CRM server you can open IIS Manager and choose the CRM website, and then you could begin by selecting Modules under IIS heading and making sure that Rewrite Module is in the list as shown below: %SystemRoot%\System32\Inetsrv\rewrite.dll
Then select URL Rewrite under the IIS heading and verify that ClientGlobalContectRule, WebResourcesRule, FederationMetadataRule exist here.
If one or both of the above does not appear correctly, you have two solutions:
You can download Microsoft URL Rewrite Module 1.1 for IIS 7 (x64) from:
http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=16784
Regards