Not able to clear the cache in Browser in webix child window popup

Hi,

I am not able to clear the browser cache in webix popup windows.

We tried the below solution:

In the parent window to load the js file as a new copy I have included the js file in this way

to open the child popup window, I used the webix and through the below url… I am opening a popup window.

var promptUrl ="…/…/contactSearch/views/contactSearch.html?locale="+urlLocale+"&randomNum="+rno;

Any any of your technical team, help us to provide a technical solution to clear the cache.

There is no any special caching by Webix.
Still, browser may cache any external URL (it depends on server side headers)

Adding random element to the url must prevent caching in any case.
Is is still doesn’t work after adding randomNum ?
Can you share the full code of the problematic url loading ?