The js error also occurs in Chrome, not only in IE. There is a (closed) ticket about this issue, at: https://tickets.openmrs.org/browse/TRUNK-3019
The relevant change that needs to be done in the headerFull.jsp and headerMinimal.jsp in the core's jsp is as shown here: https://source.openmrs.org/changelog/OpenMRS/?cs=25377 On Sun, Apr 29, 2012 at 7:04 PM, Jonathan Galingan <[email protected]>wrote: > could you check if this would work if you placed this in your headers of > your forms? > > <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> > > > I saw this in one forum: > > > http://stackoverflow.com/questions/879137/problem-with-jquery-in-internet-explorer-8 > > On Sun, Apr 29, 2012 at 4:15 PM, Tobin Greensweig <[email protected]>wrote: > >> I'm having an issue with Clients running Internet Explorer 8. All get a >> javascript error. For some computers HTML forms will load others only load >> partially. Everything works fine in Chrome & Firefox. >> >> Not sure if this is related to: >> https://tickets.openmrs.org/browse/TRUNK-3019 >> >> Here's the error from IE8: >> >> Webpage error details >> >> User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; >> Trident/4.0; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; >> .NET CLR 3.5.30729) >> Timestamp: Sun, 29 Apr 2012 06:09:02 UTC >> >> >> Message: 'jQuery' is undefined >> Line: 64 >> Char: 4 >> Code: 0 >> URI: >> http://10.0.1.5:8080/openmrs183/module/htmlformentry/htmlFormEntry.form?personId=26989&patientId=26989&returnUrl=&formId=11 >> >> >> Message: HTML Parsing Error: Unable to modify the parent container >> element before the child element is closed (KB927917) >> Line: 0 >> Char: 0 >> Code: 0 >> URI: >> http://10.0.1.5:8080/openmrs183/module/htmlformentry/htmlFormEntry.form?personId=26989&patientId=26989&returnUrl=&formId=11 >> >> ------------------------------ >> Click here to >> unsubscribe<[email protected]?body=SIGNOFF%20openmrs-implement-l>from >> OpenMRS Implementers' mailing list > > > > > -- > Jonathan D. Galingan, MD > Project Manager for Computerization > Philippine General Hospital > > ------------------------------ > Click here to > unsubscribe<[email protected]?body=SIGNOFF%20openmrs-implement-l>from > OpenMRS Implementers' mailing list _________________________________________ To unsubscribe from OpenMRS Implementers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-implement-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-implement-l]

