attachURL appends text to the URL string

Hi Darya,

Here is a bug in DhtmlX 4.03 for the developers:

[code]newTabSrc = “/projects/test/moretesting.htm”;
tabBar.cells(label).attachURL(newTabSrc);

var ifr = tabBar.cells(label).getFrame();
alert(ifr.src);

http://localhost:58993/projects/test/moretesting.htm?dhxr1405363631367[/code]

It looks like attachURL is appending ?dhxr1405363631367 to the end of the URL.

Cheers,

Alex

Hi,

I just read where ajax is appending the value to compensate for browser caching.

So, I totally understand if it is not considered to be a bug. Perhaps the thing to do would be to note it for attachURL… I found it under loadStruct…

Cheers,

Alex

Hi

to disable dhxr0123456:
dhx4.ajax.cache = true;

change load/loadStruct method from post to get:
dhx4.ajax.method = “get”;