关于打开网页对话框
web窗体中,我在js中打开一个网页对话框,代码如下:
window.showModalDialog("../Technology/Service.aspx",ID,"dialogHeight: 333px; dialogWidth: 332px; dialogTop: 500px; dialogLeft: 500px; edge: Raised; center: Yes; help: Yes; ; status: Yes;");
ID是我想传递给Service.aspx的参数,请问在Service.aspx这个页面中如何接收传过来的参数ID?