User-1669115804 posted
if (minutes == 19)
{
var newWin = window.open("../SessionExpire.aspx",'Help','status=no,toolbar=no,resizable=no,top=200,left=300,width=400,height=400');
newWin.focus();
return false;
}
I am trying to open SessionExpire page when minutes is 19.
I am not able to open the SessionExpire page.
Please convey me asap.
Thanx