在可用列選項框中,選擇”超級鏈接列”,並單繫”添加”按鈕,並添加”URL”字段,和URL格式字符串,同時在其中輸入: detail.aspx?id={0}
若要關閉原來的窗體則要輸入:javascript:varwin=window.open(‘detail.aspx?id={0}’,null’width=300,height=200’);window.cllose();
javascript:varwin=window.open(‘detail.aspx?id={0}’,null’width=300,height=200’);window.opener=null;window.cllose();
window.opener=null;表示在超鏈接的時候,是否回彈出確認的對話框.