The best way to ensure it gets in the head is probably to use the delegate
parameter of the Shell component. It's something I didn't discover until
recently, but is very powerful in terms of defining dynamic extension
points.

On 4/10/06, Chris Chiappone <[EMAIL PROTECTED]> wrote:
>
> 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
>
>


--
Jesse Kuhnert
Tacos/Tapestry, team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind.  http://opennotion.com

Reply via email to