﻿// JScript File

//function GetPrint()
//{

//myRef = window.open('AdmitCard2.aspx','AdmitCard2.aspx','left=89,top=20,width=600px,height=900px,toolbar=1,resizable=1');
//}


//function window.open('AdmitCard2.aspx','AdmitCard2.aspx','left=89,top=20,width=600px,height=900px,toolbar=1,resizable=1');
//{
//}

function GetPrint(a,b)
{
//window.open("window=12px;directories=no,height=12px,left=12px,location=no,menubar=no,resizable=yes,status=no,scrollbars=yes,toolbar=no,top=1px;width=20px;z-lock=no");
var WindowObjectReference; /* Declaring a global variable
which will store a reference to the new window to be created */
WindowObjectReference = window.open("AdmitCard2.aspx?pro="+a+"&sem="+b+"", "CNN_WindowName","menubar=yes,location=yes,resizable=yes,scrollbars=yes,status=yes");

//emailitm+"&q1="+sdate+"&q2="+itmm+"&q3="+itmy+"&q4="+pass+"&q5="+name

}



