>
> If I redirect to a
> URL('default','index'), and that contains a response.js='ajax(blah
> blah);', will the response.js get executed or will I need to do the
> HTTP(200) trick again?
>Yes, if you redirect to a particular URL, once the URL is requested by the browser, everything should work as it would have if the URL had been requested directly. Anthony

