![]() |
#2
beniao2008-05-31 17:51
»Ø¸´ 1# zhuy µÄÌû×Ó
|
´úÂëÊÇÕâÑùµÄ
private void dgExamdoc_SelectedIndexChanged(object sender, System.EventArgs e)
{
string strJS = "<script language=javascript>";
strJS += string.Format("window.open('download.aspx?ExmId={0}','_blank', 'height=208, width=600, top=0, left=0, toolbar=no, menubar=no, scrollbars=no,resizable=yes,location=no, status=no');",dgExamdoc.SelectedItem.Cells[0].Text);
strJS += "</script>";
Response.Write(strJS);
}
ÓÐʲô·½·¨¿ÉÒÔÈÃÒ³Ãæ²»±»À¹½Ø
[[it] ±¾Ìû×îºóÓÉ zhuy ÓÚ 2008-5-31 15:56 ±à¼ [/it]]
[[it] ±¾Ìû×îºóÓÉ zhuy ÓÚ 2008-5-31 17:03 ±à¼ [/it]]