function show()
{
window.showModalDialog('Add.aspx', window, 'dialogwidth:600px;dialogheight:300px;help:0;center:yes;resizable:0;status:0;scroll:yes');
}
OnClientClick="javascript:show(this);return false;" />
既可以弹出模态窗口,又可以在里面传值,多么的方便啊.