Hi Devs,
I want to open a new page from the index.html and handle the back to get to the same page without refresh.
Sample:
<div onclick="window.open(\'layout.html?id=' + this['ID'] + '&name=' + this['NAME'] + '\')></div>
Hi Devs,
I want to open a new page from the index.html and handle the back to get to the same page without refresh.
Sample:
<div onclick="window.open(\'layout.html?id=' + this['ID'] + '&name=' + this['NAME'] + '\')></div>