Код: Выделить всё
> $("[id*=btn_POPUP").click(function () { //this popup window
> var GV_VIEW = $(this).closest("tr")[0].rowIndex;
> window.open("Display.aspx?rowIndex=" + GV_VIEW, 'Popup',
> 'height=400,width=500,resizable=no,left=400,top=200,scrollbars=yes,menu=no');
> });
Код: Выделить всё
>
> [url=#]copy Text[/url]
Подробнее здесь: https://stackoverflow.com/questions/753 ... -in-jquery