Cameron McCormack:
> Jonathan Chetwynd:
> > would squiggle cater with:
> > Header("content-type: application/x-javascript");
> 
> No, it needs to be one of:
> 
>   text/javascript
>   text/ecmascript
>   application/javascript
>   application/ecmascript

But actually that’s just for the <script> elements; I think the header
is ignored.

So taking a look at your document, the issue is that <script> elements
that are appended to the document are not executed.  If you want to run
some script dynamically, you’ll have to use eval().

-- 
Cameron McCormack ≝ http://mcc.id.au/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to