Open new page

Open new page

BY 12 Feb 2015 Web Application Development

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>

 

Written by