it possible? how to do that? for now i just can open in same window
<div style='cursor: pointer;' onclick="window.open('dailyreport', '_self');">Daily Report</div>
that just for open in same window, if i change like this
<div style='cursor: pointer;' onclick="window.open('dailyreport', '_blank');">Daily Report</div>
open in newtab.
how to do if i want to open in same window, also can open in newtab if i want it? thanks