I try a blank page, it contains many scripts like prototype.js.
I just want a clear output like
<html><body> my content </body></html>

In fact I want to load a page using ajax, but the page returned contains 
many javascript files like 
/assets/0.1.0/core/scriptaculous_1_8_2/prototype.js?_=1310547743256
This increase many requests.
And these javascript may be already loaded. I just want to remove these.

On Jul 13, 2011, at 4:36 PM, Taha Hafeez wrote:

> Hi
> 
> Just don't include any component that uses javascript. The default
> stylesheet does get included even if you create a blank page but then you
> can always override the css rules.
> 
> regards
> Taha
> 
> On Wed, Jul 13, 2011 at 1:59 PM, Bo Gao <[email protected]> wrote:
> 
>> Prevent a particular page from generating any javascript or css.
>> I know a method to provide a JavaScriptStack, but this will affect all
>> pages,
>> I want only one page don't render so many js files.
>> How to do this.
>> 
>> --
>> Bo Gao
>> [email protected]
>> 
>> 
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>> 
>> 

--
Bo Gao
[email protected]





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to