+---------- On Feb 20, Steve Miskovitz said:
>   I'm new at AOLServer and I would like to return the contents of a
> generated ADP page back to the user as javascript.  I've been using :
>
> ns_returnfile 200 "application/x-javascript"

Try calling the undocumented ns_adp_mime command from your ADP, e.g.

<% ns_adp_mime application/x-javascript %>

I haven't actually tried this; I just saw it in the source code.

Reply via email to