I would like to pass two/more variables on the popup link below, but i cant seem to find a way of doing, say i need to pass another id called ID2
window.open("frmPopUp.aspx?ID=" + strIndex,"", "location=0,status=0,scrollbars=0,width=950,height=820");
Can someone plse assist me.
window.open("frmPopUp.aspx?ID=" + strIndex,"", "location=0,status=0,scrollbars=0,width=950,height=820");
Can someone plse assist me.