Categories | Question details Back To List | ||
a_dhx_rSeed Hello, How can one avoid the automatic usage of a_dhx_rSeed to enable browser cache? I'm using Combo. Best regards Answer posted by Alex (support) on Nov 25, 2009 06:18 Hello, you can make the following modification in the dhtmlxcombo.js: try to locate line var xml=(new dtmlXMLLoaderObject(this._fillFromXML,this,true,true)); and replace it with var xml=(new dtmlXMLLoaderObject(this._fillFromXML,this,true,false)); |