Aaron, this code do nothing. I only wont to show that in this case the filter definition is not accepted.
var req = new Request.HTML({
evalScripts: true,
url: 'keine',
filter: '#none',
...
});
req.send({url: 'myURL', filter:'#index'});
if i define the filter later (as shown), the filter-setting will be
ignored. The url-setting is accepted.
Thats not an issue?
