I am trying to add the following javascript in the head of my Border page as follows:
<html jwcid="shell"> <script type="text/javascript"> djConfig = { isDebug: false, baseRelativePath: "js/dojo", preventBackButtonFix: false, parseWidgets: false }; </script> <script type="text/javascript" src="js/dojo/dojo.js"></script> <body leftmargin="0" topmargin="0" style="color: rgb(102, 102, 102);" marginheight="0" marginwidth="0" jwcid="@Body"> .... The problem that i'm having is that the </head> tag ends before the <script> tag begins which causes an "Operation Aborted" error in IE. Anyone know what I'm doing wrong. Thanks... -- ~chris